getEntityManager($container); $hydrator = $this->getDoctrineHydrator($container); return new userService($em, $hydrator); } }