private XmlElement ConvertToXML() { XmlDocument doc = new System.Xml.XmlDocument(); return(CDF.ToXml(doc)); }