public static string SaisirChaineOptionnelle(string libelle)
 {
     ConsoleHelper.AfficherLibelleSaisie(libelle);
     return(Console.ReadLine());
 }