/// <summary>
 /// Deprecated Method for adding a new object to the Staging_TimelineView EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStaging_TimelineView(Staging_TimelineView staging_TimelineView)
 {
     base.AddObject("Staging_TimelineView", staging_TimelineView);
 }
 /// <summary>
 /// Create a new Staging_TimelineView object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 /// <param name="thresholdID">Initial value of the ThresholdID property.</param>
 /// <param name="regimeID">Initial value of the RegimeID property.</param>
 /// <param name="uniqueID">Initial value of the UniqueID property.</param>
 /// <param name="version_TimelineID">Initial value of the Version_TimelineID property.</param>
 /// <param name="timelineView">Initial value of the TimelineView property.</param>
 public static Staging_TimelineView CreateStaging_TimelineView(global::System.Guid id, global::System.String title, global::System.Guid thresholdID, global::System.Guid regimeID, global::System.Int32 uniqueID, global::System.Guid version_TimelineID, global::System.Guid timelineView)
 {
     Staging_TimelineView staging_TimelineView = new Staging_TimelineView();
     staging_TimelineView.ID = id;
     staging_TimelineView.Title = title;
     staging_TimelineView.ThresholdID = thresholdID;
     staging_TimelineView.RegimeID = regimeID;
     staging_TimelineView.UniqueID = uniqueID;
     staging_TimelineView.Version_TimelineID = version_TimelineID;
     staging_TimelineView.TimelineView = timelineView;
     return staging_TimelineView;
 }