Controller.prototype.showActive = function () {
        var that = this;
        that.model.read({ completed: false }, function (data) {
            that.view.render('showEntries', data);
        });