addAll: function(items) {
            var _this = this;
            items.forEach(function(item) {
                _this.add(item);
            });