public user GetUserById(int id) { userController uc = new userController(); return(uc.GetUserByID(id)); }