public void EnterXmlSource()
 {
     try
     {
         EditorServiceContext.EditValue(_designer, base.Component, "XmlSource");
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.ToString());
     }
 }