public static frmSplash CreateInstance()
        {
            frmSplash theInstance = new frmSplash();

            theInstance.Form_Load();
            return(theInstance);
        }