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