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