public CommGuidProcess_ForMG(CommDataInterface_ForMG cdi, CommDataBuilder_ForMG _gbc, Cycle cyc, PriceAdj rate) : base(cdi, _gbc, cyc, rate)
 {
     w = cdi.w;
 }
 public CommGuidProcess_ForMG(CommDataInterface_ForMG cdi) : base(cdi)
 {
     w = cdi.w;
 }