/// <summary>
 /// Create a new vwPallet object.
 /// </summary>
 /// <param name="palletLocationID">Initial value of the PalletLocationID property.</param>
 /// <param name="phyicalStoreID">Initial value of the PhyicalStoreID property.</param>
 /// <param name="warehouseID">Initial value of the WarehouseID property.</param>
 /// <param name="clusterID">Initial value of the ClusterID property.</param>
 public static vwPallet CreatevwPallet(global::System.Int32 palletLocationID, global::System.Int32 phyicalStoreID, global::System.Int32 warehouseID, global::System.Int32 clusterID)
 {
     vwPallet vwPallet = new vwPallet();
     vwPallet.PalletLocationID = palletLocationID;
     vwPallet.PhyicalStoreID = phyicalStoreID;
     vwPallet.WarehouseID = warehouseID;
     vwPallet.ClusterID = clusterID;
     return vwPallet;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vwPallets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwPallets(vwPallet vwPallet)
 {
     base.AddObject("vwPallets", vwPallet);
 }