sortingRules.on('page:change', _.bind(function (page) {
        this.QueryParams.set({
          page: page
        });
        DotLedger.navigate.listSortingRules(this.QueryParams.attributes);