public ConfigurationExport(Commande Commande_, DSADV DSADV_, Facture Facture_, Stock Stock_)
 {
     this.Commande = Commande_;
     this.DSADV    = DSADV_;
     this.Facture  = Facture_;
     this.Stock    = Stock_;
 }
 public Doc_Achat(Commande Commande_, DSADV DSADV_, Facture Facture_)
 {
     this.Commande = Commande_;
     this.DSADV    = DSADV_;
     this.Facture  = Facture_;
 }