public function getAll()
 {
     return $this->groupRepository->findAll();
 }