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