public void removeChild(swordHierarchyNode g)
 {
     children.Remove(g);
 }
 public void addChild(swordHierarchyNode g)
 {
     children.Add(g);
 }