public static Object conversion(Matiere m) { Object o = m as Object; return(o); }
public void ajoutMatiere(Matiere M1) { _matieres.Add(M1); }