protected override XmlFormulaTree ToXml(XmlFormulaTree child)
 {
     return(XmlFormulaTreeFactory.CreateParenthesesNode(child));
 }