public addEndConnector(connectorId: Common.Guid) {
        this.end = connectorId;
        this.addParentConnectorNeighbour(connectorId);
    }