uw.controller.Step.prototype.setNextStep = function ( step ) {
        this.nextStep = step;
        this.ui.enableNextButton();
    };