public function getAllGroupsWithoutPager($orderedBy = 'id', $order = 'ASC', $executeQuery = true)
 {
     return $this->groupRepo->findAllGroups($orderedBy, $order, $executeQuery);
 }