public ListeCard(Panier p, Produit pp, int q, float prix) { this.Panier = p; this.Produit = pp; this.Quatite = q; this.PrixTotal = prix; }