public interface IDialogLoadCustomizer
{
    void DialogLoadCustomize(System.Windows.Forms.Form WindowsForm);
}