removeNodesForValues: function(values) {
            var _this = this;
            values.forEach(function(value) {
                _this.removeNodeForValue(value);
            });