/// <summary>
 /// Deprecated Method for adding a new object to the Auth_TimelineView EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAuth_TimelineView(Auth_TimelineView auth_TimelineView)
 {
     base.AddObject("Auth_TimelineView", auth_TimelineView);
 }
 /// <summary>
 /// Create a new Auth_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>
 public static Auth_TimelineView CreateAuth_TimelineView(global::System.Guid id, global::System.String title, global::System.Guid thresholdID, global::System.Guid regimeID, global::System.Int32 uniqueID)
 {
     Auth_TimelineView auth_TimelineView = new Auth_TimelineView();
     auth_TimelineView.ID = id;
     auth_TimelineView.Title = title;
     auth_TimelineView.ThresholdID = thresholdID;
     auth_TimelineView.RegimeID = regimeID;
     auth_TimelineView.UniqueID = uniqueID;
     return auth_TimelineView;
 }