removeAllEdges: function(edges) {
            var _this = this;
            edges.forEach(function(edge) {
                _this.removeEdge(edge);
            });