/// <summary>
 /// Deprecated Method for adding a new object to the TypeArticles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTypeArticles(TypeArticle typeArticle)
 {
     base.AddObject("TypeArticles", typeArticle);
 }
 /// <summary>
 /// Create a new TypeArticle object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="nom">Initial value of the Nom property.</param>
 public static TypeArticle CreateTypeArticle(global::System.Int32 id, global::System.String nom)
 {
     TypeArticle typeArticle = new TypeArticle();
     typeArticle.Id = id;
     typeArticle.Nom = nom;
     return typeArticle;
 }