/// <summary>
 /// Create a new ItemRequested object.
 /// </summary>
 /// <param name="item_Code">Initial value of the Item_Code property.</param>
 public static ItemRequested CreateItemRequested(global::System.String item_Code)
 {
     ItemRequested itemRequested = new ItemRequested();
     itemRequested.Item_Code = item_Code;
     return itemRequested;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ItemRequesteds EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToItemRequesteds(ItemRequested itemRequested)
 {
     base.AddObject("ItemRequesteds", itemRequested);
 }