getTask            : function() {
    this.showDash();

    var theViewNeedsToChange = this.current !== this.dashboardTaskView;
    this.current = this.dashboardTaskView;