public static CalendrierCatégorieValue CreateCalendrierCatégorieValue(string value)
 {
     CalendrierCatégorieValue calendrierCatégorieValue = new CalendrierCatégorieValue();
     calendrierCatégorieValue.Value = value;
     return calendrierCatégorieValue;
 }
 public void AddToCalendrierCatégorie(CalendrierCatégorieValue calendrierCatégorieValue)
 {
     base.AddObject("CalendrierCatégorie", calendrierCatégorieValue);
 }