public List <AppUser> GetAllNonAdmin()
 {
     return(_userDal.GetAllNonAdmin());
 }