public EchantillonOffert(Medicament medicament, int quantite) { this.medicament = medicament; this.quantite = quantite; }