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