public static frmPause CreateInstance() { frmPause theInstance = new frmPause(); theInstance.Form_Load(); return(theInstance); }