public XmlDocument GetFormContent() { if (CustomForm != null) { return(CustomForm.GetFormContent()); } else { return(null); } }