/// <summary>
 /// Create a new PkgMotorcade object.
 /// </summary>
 /// <param name="motorcadeID">Initial value of the MotorcadeID property.</param>
 /// <param name="modifyTime">Initial value of the ModifyTime property.</param>
 /// <param name="createTime">Initial value of the CreateTime property.</param>
 public static PkgMotorcade CreatePkgMotorcade(global::System.Int32 motorcadeID, global::System.DateTime modifyTime, global::System.DateTime createTime)
 {
     PkgMotorcade pkgMotorcade = new PkgMotorcade();
     pkgMotorcade.MotorcadeID = motorcadeID;
     pkgMotorcade.ModifyTime = modifyTime;
     pkgMotorcade.CreateTime = createTime;
     return pkgMotorcade;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the PkgMotorcade EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPkgMotorcade(PkgMotorcade pkgMotorcade)
 {
     base.AddObject("PkgMotorcade", pkgMotorcade);
 }