public TbodyNode(Xml.IQueryableNode row)
 {
   _row = row;
 }
 public BodyNode(Xml.IQueryableNode child, Xml.IQueryableNode sibling, Xml.IQueryableNode parent)
 {
   _child = child;
   _sibling = sibling;
   _parent = parent;
 }