public void addChildLeaf(Leaf leaf) { this.leafChildren.Add(leaf); }
public void removeChildLeaf(Leaf child) { this.leafChildren.Remove(child); }