public void CancelConfirmWithFocus() {
    setConfirmWindow(null);

    HostModel hostModel = (HostModel) getWindow();
    hostModel.setIsPowerManagementSelected(true);
    hostModel.getIsPm().setEntity(true);
  }