public DialogResult ShowModal(WizPropsStyle style)
        {
            WizardShell shell = new WizardShell(this);


            return(shell.ShowDialog());
        }
        public DialogResult ShowModal(WizPropsStyle style)
        {
            WizardShell shell = new WizardShell(this);

            return shell.ShowDialog();
        }