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