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