private bool CanPreviousPageExecute(object sender)
 {
     return(IsNotWorking && !HelpRequested && CurrentStep.CanGoPrevious());
 }