colorRepository = $em->getRepository(Color::class); } public function getAll() { return $this->colorRepository->findAll(); } }