public XHtmlPresentation(FrameworkElement element)
 {
     frameworkElement = element;
 }
 /// <summary>
 /// Initializes a new instance of the XHtmlPresentation class.
 /// </summary>
 public XHtmlPresentation()
 {
     frameworkElement = new FrameworkElement();
 }