public List <Group> GetList()
 {
     return(_groupsRepository.GetList());
 }