public static TâchesÉtatValue CreateTâchesÉtatValue(string value)
 {
     TâchesÉtatValue tâchesÉtatValue = new TâchesÉtatValue();
     tâchesÉtatValue.Value = value;
     return tâchesÉtatValue;
 }
 public void AddToTâchesÉtat(TâchesÉtatValue tâchesÉtatValue)
 {
     base.AddObject("TâchesÉtat", tâchesÉtatValue);
 }