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