public static void LoadInitPGW()
 {
     pgw = initPGW;
 }
 public static void CaptureInitPGW()
 {
     initPGW = pgw;
 }