/// <summary>
 /// Create a new Show object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 public static Show CreateShow(global::System.Int32 id, global::System.String title, global::System.String description)
 {
     Show show = new Show();
     show.ID = id;
     show.Title = title;
     show.Description = description;
     return show;
 }
 /// <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(Show show)
 {
     base.AddObject("Shows", show);
 }