/// <summary>
 /// Create a new Article__has__Tag object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="article_id">Initial value of the Article_id property.</param>
 /// <param name="tags_id">Initial value of the Tags_id property.</param>
 public static Article__has__Tag CreateArticle__has__Tag(global::System.Int32 id, global::System.Int32 article_id, global::System.Int32 tags_id)
 {
     Article__has__Tag article__has__Tag = new Article__has__Tag();
     article__has__Tag.Id = id;
     article__has__Tag.Article_id = article_id;
     article__has__Tag.Tags_id = tags_id;
     return article__has__Tag;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Article__has__Tag EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToArticle__has__Tag(Article__has__Tag article__has__Tag)
 {
     base.AddObject("Article__has__Tag", article__has__Tag);
 }