private void SaveUser() { string user = userBox.Text.Trim(); string password = VerifyPassword(); client.ChangePassword(null, user, password); }