/// <summary>
 /// Create a new article_groups object.
 /// </summary>
 /// <param name="ag_id">Initial value of the ag_id property.</param>
 /// <param name="ag_name">Initial value of the ag_name property.</param>
 /// <param name="ag_date_inserted">Initial value of the ag_date_inserted property.</param>
 /// <param name="ag_us_id_inserted">Initial value of the ag_us_id_inserted property.</param>
 public static article_groups Createarticle_groups(global::System.Int32 ag_id, global::System.String ag_name, global::System.DateTime ag_date_inserted, global::System.Int32 ag_us_id_inserted)
 {
     article_groups article_groups = new article_groups();
     article_groups.ag_id = ag_id;
     article_groups.ag_name = ag_name;
     article_groups.ag_date_inserted = ag_date_inserted;
     article_groups.ag_us_id_inserted = ag_us_id_inserted;
     return article_groups;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the article_groups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToarticle_groups(article_groups article_groups)
 {
     base.AddObject("article_groups", article_groups);
 }