public bool HasChild(char c)
 {
     return(ChildNodes.ContainsKey(c));
 }