public int UpdateUser(string id, string name, string password) { return(_userD.UpdateUser(id, name, password)); }