public AfficherProduitPourFournisseur(Commandes c)
 {
     InitializeComponent();
     this.commande = c;
 }
 public AfficherInfoDeCommande(Commandes c)
 {
     InitializeComponent();
     this.commande = c;
 }