public bool ChangePassword(string userName, string password, string newPassword) { return(iAuth.ChangePassword(userName, password, newPassword)); }