/// <summary>
 /// Create a new ContentPage object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static ContentPage CreateContentPage(global::System.Int32 id)
 {
     ContentPage contentPage = new ContentPage();
     contentPage.ID = id;
     return contentPage;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ContentPages EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToContentPages(ContentPage contentPage)
 {
     base.AddObject("ContentPages", contentPage);
 }