public void Add(TagNode childNode)
 {
     childNode.SetParent(this);
     this.Add(childNode);
 }