public List <GroupDTO> GetAllGroups()
 {
     return(_GroupsRepo.GetAllGroups());
 }