public function findByCriteria(UserCriteria $criteria) { return $this->getRepository()->getListByCriteria($criteria); }