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