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