/// <summary>
 /// Deprecated Method for adding a new object to the ReqLists EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReqLists(ReqList reqList)
 {
     base.AddObject("ReqLists", reqList);
 }
 /// <summary>
 /// Create a new ReqList object.
 /// </summary>
 /// <param name="req_Form_No">Initial value of the Req_Form_No property.</param>
 /// <param name="item_code">Initial value of the Item_code property.</param>
 public static ReqList CreateReqList(global::System.String req_Form_No, global::System.String item_code)
 {
     ReqList reqList = new ReqList();
     reqList.Req_Form_No = req_Form_No;
     reqList.Item_code = item_code;
     return reqList;
 }