public CL_Pcs_gst_Equip()
 {
     oMpgEquipement = new CL_mpg_Equip();
     oCad = new CL_CAD();
 }
 public CL_gPcs_Client()
 {
     this.oMpgClient = new CL_mpg_Client();
     this.oCad = new CL_CAD();
 }