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