Router.prototype.shouldEventExecute = function (data, evt) {
        if (!this.routify(evt.action).exec(data.action)) {
            return false;
        }