public Genre(string libelle, Etagere e) { this.libelle = libelle; this.lEtagere = e; }
public Add(Etagere e) { e=new Etagere( }