private void OnWizardCancel(object sender, EventArgs e)
 {
     AbortProcess();
     this.CustomCancelHandler = false;
     Wizard.Close();
 }