/// <summary>
 /// Deprecated Method for adding a new object to the mst_tour_dates EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomst_tour_dates(mst_tour_dates mst_tour_dates)
 {
     base.AddObject("mst_tour_dates", mst_tour_dates);
 }
 /// <summary>
 /// Create a new mst_tour_dates object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="tourMasterID">Initial value of the TourMasterID property.</param>
 /// <param name="year">Initial value of the Year property.</param>
 /// <param name="month">Initial value of the Month property.</param>
 /// <param name="day">Initial value of the Day property.</param>
 /// <param name="rates">Initial value of the Rates property.</param>
 public static mst_tour_dates Createmst_tour_dates(global::System.Int64 id, global::System.Int64 tourMasterID, global::System.String year, global::System.String month, global::System.String day, global::System.String rates)
 {
     mst_tour_dates mst_tour_dates = new mst_tour_dates();
     mst_tour_dates.ID = id;
     mst_tour_dates.TourMasterID = tourMasterID;
     mst_tour_dates.Year = year;
     mst_tour_dates.Month = month;
     mst_tour_dates.Day = day;
     mst_tour_dates.Rates = rates;
     return mst_tour_dates;
 }