I have a dialog with a WizardControl.
When the user presses the Finish Button, a database action is performed.
When the database action fails, I want to keep the WizardControl open so that the user can fix any mistake they might have made.
At this point the WizardControl always closes.