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