public void FindAndRemoveBy(int id)
 {
     _userGroupDal.FindAndRemoveBy(id);
 }