public void SelectStep(WizardStepViewModelBase step)
 {
     step.IsCurrent = true;
     ActiveStep     = step;
 }
 public void SelectStep(WizardStepViewModelBase step)
 {
     step.IsCurrent = true;
     ActiveStep = step;
 }