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