removeAll: function(otherSet) {
        var self = this;
        otherSet.forEach(function(item) {
            self.remove(item);
        });