public interface IExternalForm : IDisposable
{
     void Show(); 
     void Close();
}