public void saveProduit(){
this.sysGroupProd.setIdGroupProd(Integer.parseInt(this.cproperties.idClasse));
this.sysProduit.setSysGroupProd(sysGroupProd);
this.sysAdherent.setIdAdherent(getParamsUser().adherent.getIdAdherent());
this.sysProduit.setSysAdherent(sysAdherent);
this.sysProduit.setSysEtat(new SysEtat(Integer.parseInt(this.cproperties.idEtat)));
this.sysUnite.setIdUnite(this.cproperties.idPgUnite);
this.sysProduit.setSysUniteByCodUnitc(this.sysUnite);
this.sysProduit.setSysUniteByCodUnitd(new SysUnite(this.sysProduitM.getSecondValue(this.citems.getItemsUnitesDuProduit(),this.cproperties.idPgUnite)));
this.sysProduit.setQteInitiale(this.stock.getQteContenant());
this.sysProduit.setQntContenant(this.stock.getQteContenant());