public List <User> GetAllUsers()
 {
     return(UserContext.GetAll().ToList());
 }