uw.controller.Step.prototype.setPreviousStep = function ( step ) {
        this.previousStep = step;
        this.ui.enablePreviousButton();
    };