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

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