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