/// <summary>
 /// Deprecated Method for adding a new object to the BlogSeriesBlogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBlogSeriesBlogs(BlogSeriesBlog blogSeriesBlog)
 {
     base.AddObject("BlogSeriesBlogs", blogSeriesBlog);
 }
 /// <summary>
 /// Create a new BlogSeriesBlog object.
 /// </summary>
 /// <param name="blogSeriesID">Initial value of the BlogSeriesID property.</param>
 /// <param name="blogID">Initial value of the BlogID property.</param>
 /// <param name="part">Initial value of the Part property.</param>
 public static BlogSeriesBlog CreateBlogSeriesBlog(global::System.Int32 blogSeriesID, global::System.Int32 blogID, global::System.Int32 part)
 {
     BlogSeriesBlog blogSeriesBlog = new BlogSeriesBlog();
     blogSeriesBlog.BlogSeriesID = blogSeriesID;
     blogSeriesBlog.BlogID = blogID;
     blogSeriesBlog.Part = part;
     return blogSeriesBlog;
 }