kclv.Relation.Base.prototype.sort = function(sorter) {
    return this.relation.sort(sorter);
};