public interface IFormValidateCustomizer
{
     bool FormValidateCustomize(System.Windows.Forms. Form WindowsForm);
}