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