/// <summary>
 /// Deprecated Method for adding a new object to the Staging_ExhibitInfo EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStaging_ExhibitInfo(Staging_ExhibitInfo staging_ExhibitInfo)
 {
     base.AddObject("Staging_ExhibitInfo", staging_ExhibitInfo);
 }
 /// <summary>
 /// Create a new Staging_ExhibitInfo object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="timelineID">Initial value of the TimelineID property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 /// <param name="threshold">Initial value of the Threshold property.</param>
 /// <param name="regime">Initial value of the Regime property.</param>
 /// <param name="timeUnit">Initial value of the TimeUnit property.</param>
 /// <param name="uniqueID">Initial value of the UniqueID property.</param>
 /// <param name="exhibitInfoID">Initial value of the ExhibitInfoID property.</param>
 public static Staging_ExhibitInfo CreateStaging_ExhibitInfo(global::System.Guid id, global::System.Guid timelineID, global::System.String title, global::System.String threshold, global::System.String regime, global::System.String timeUnit, global::System.Int32 uniqueID, global::System.Guid exhibitInfoID)
 {
     Staging_ExhibitInfo staging_ExhibitInfo = new Staging_ExhibitInfo();
     staging_ExhibitInfo.ID = id;
     staging_ExhibitInfo.TimelineID = timelineID;
     staging_ExhibitInfo.Title = title;
     staging_ExhibitInfo.Threshold = threshold;
     staging_ExhibitInfo.Regime = regime;
     staging_ExhibitInfo.TimeUnit = timeUnit;
     staging_ExhibitInfo.UniqueID = uniqueID;
     staging_ExhibitInfo.ExhibitInfoID = exhibitInfoID;
     return staging_ExhibitInfo;
 }