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