public User GetUser(int id)
 {
     return(dbUser.Get(id));
 }