nx.Collection.prototype.sort = function (options) {
    options.source = this;
    return new nx.RefinedCollection(
        this,
        new nx.SortRefinement(options),