public void TestAddDoublon() { Fils f = new Fils("Jo", 10, m); m_cCollection.Add(f); m_cCollection.Add(f); }