public MeshContour(MeshContourTree graph, int id, int level) : this(graph, id) { Level = level; }
public MeshContour(MeshContourTree graph, int id) { this.graph = graph; ID = id; }