/// <summary>
 /// Create a new rb_Blogs object.
 /// </summary>
 /// <param name="itemID">Initial value of the ItemID property.</param>
 /// <param name="moduleID">Initial value of the ModuleID property.</param>
 /// <param name="commentCount">Initial value of the CommentCount property.</param>
 /// <param name="trackBackCount">Initial value of the TrackBackCount property.</param>
 public static rb_Blogs Createrb_Blogs(global::System.Int32 itemID, global::System.Int32 moduleID, global::System.Int32 commentCount, global::System.Int32 trackBackCount)
 {
     rb_Blogs rb_Blogs = new rb_Blogs();
     rb_Blogs.ItemID = itemID;
     rb_Blogs.ModuleID = moduleID;
     rb_Blogs.CommentCount = commentCount;
     rb_Blogs.TrackBackCount = trackBackCount;
     return rb_Blogs;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the rb_Blogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorb_Blogs(rb_Blogs rb_Blogs)
 {
     base.AddObject("rb_Blogs", rb_Blogs);
 }