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