/// <summary>
 /// Deprecated Method for adding a new object to the Auth_TourView EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAuth_TourView(Auth_TourView auth_TourView)
 {
     base.AddObject("Auth_TourView", auth_TourView);
 }
 /// <summary>
 /// Create a new Auth_TourView object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="uniqueID">Initial value of the UniqueID property.</param>
 public static Auth_TourView CreateAuth_TourView(global::System.Guid id, global::System.String name, global::System.Int32 uniqueID)
 {
     Auth_TourView auth_TourView = new Auth_TourView();
     auth_TourView.ID = id;
     auth_TourView.Name = name;
     auth_TourView.UniqueID = uniqueID;
     return auth_TourView;
 }