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