/**
  * Returns a reference to the current WizardModel for this Wizard component.
  *
  * @return The current WizardModel for this Wizard component.
  */
 public WizardModel getWizardModel() {
   return wizard.getModel();
 }