public void TestClassExists()
 {
     // Assert
     UtilsHelper.ClassExists(typeof(FrmVehicule).Assembly, "VehiculeRoulant").Should().BeTrue("La classe n'existe pas");
 }