public List <User> GetAllUsers() { UserService service = new UserService(); return(service.GetAllUsers()); }