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