void OnChangePassword(object sender,EventArgs e)
 {
     Debug.Assert(EnablePasswordRetrieval);
      ChangePasswordDialog dialog = new ChangePasswordDialog(ServiceAddress,ApplicationName,UserName);
      dialog.ShowDialog();
 }