public void onOK() { if (UserEntity.Validate()) { UserEntity.DUpdate(); UserEntity.RaisALL(); childWindow.DialogResult = true; } }