public NavigationSurSymboles(
     ArbreConstruction arbre) : this(arbre, null)
 {
 }
 public NavigationSurSymboles(
     ArbreConstruction arbre,
     IEnumerable <Etat> etatsOrigine) : base(etatsOrigine)
 {
     this.arbre = arbre;
 }