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