internal IEnumerable <Group> GetAll()
 {
     return(_repo.Get());
 }