/// <summary> /// Returns <c>true</c> if the current wizard /// flow has a next step. /// </summary> /// <returns></returns> public bool HasNextStep() { return(WizardUtils.HasNextStep(Controller)); }