/// <summary>
 /// Create a new mst_tour object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static mst_tour Createmst_tour(global::System.Int64 id)
 {
     mst_tour mst_tour = new mst_tour();
     mst_tour.ID = id;
     return mst_tour;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the mst_tour EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomst_tour(mst_tour mst_tour)
 {
     base.AddObject("mst_tour", mst_tour);
 }