public void RemoveChild(Node parNode) { nodeList.Remove(parNode); }
public void AddChild(Node parNode) { nodeList.Add(parNode); }