/// <summary>
 /// Create a new Abonnement_ object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static Abonnement_ CreateAbonnement_(global::System.Int32 id)
 {
     Abonnement_ abonnement_ = new Abonnement_();
     abonnement_.id = id;
     return abonnement_;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Abonnement EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAbonnement(Abonnement_ abonnement_)
 {
     base.AddObject("Abonnement", abonnement_);
 }