/// <summary>
 /// Create a new UnitItem object.
 /// </summary>
 /// <param name="idItem">Initial value of the IdItem property.</param>
 /// <param name="idStorageUnit">Initial value of the IdStorageUnit property.</param>
 /// <param name="idProduct">Initial value of the IdProduct property.</param>
 public static UnitItem CreateUnitItem(global::System.Int32 idItem, global::System.Int32 idStorageUnit, global::System.String idProduct)
 {
     UnitItem unitItem = new UnitItem();
     unitItem.IdItem = idItem;
     unitItem.IdStorageUnit = idStorageUnit;
     unitItem.IdProduct = idProduct;
     return unitItem;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the UnitItems EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUnitItems(UnitItem unitItem)
 {
     base.AddObject("UnitItems", unitItem);
 }