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