init: function(router) {
        this.router = router;
        this._presenters = [];
        this._name = null;
        this._super();