/// <summary>
 /// Deprecated Method for adding a new object to the ANNONCEs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToANNONCEs(ANNONCE aNNONCE)
 {
     base.AddObject("ANNONCEs", aNNONCE);
 }
 /// <summary>
 /// Create a new ANNONCE object.
 /// </summary>
 /// <param name="iDANNONCE">Initial value of the IDANNONCE property.</param>
 /// <param name="lIEN">Initial value of the LIEN property.</param>
 public static ANNONCE CreateANNONCE(global::System.Decimal iDANNONCE, global::System.String lIEN)
 {
     ANNONCE aNNONCE = new ANNONCE();
     aNNONCE.IDANNONCE = iDANNONCE;
     aNNONCE.LIEN = lIEN;
     return aNNONCE;
 }