/// <summary>
 /// Deprecated Method for adding a new object to the RequisitionFullfillments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRequisitionFullfillments(RequisitionFullfillment requisitionFullfillment)
 {
     base.AddObject("RequisitionFullfillments", requisitionFullfillment);
 }
 /// <summary>
 /// Create a new RequisitionFullfillment object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="department">Initial value of the department property.</param>
 /// <param name="stationery">Initial value of the stationery property.</param>
 /// <param name="requested_quantity">Initial value of the requested_quantity property.</param>
 /// <param name="fulfill_quantity">Initial value of the fulfill_quantity property.</param>
 /// <param name="unfulfill_quantity">Initial value of the unfulfill_quantity property.</param>
 public static RequisitionFullfillment CreateRequisitionFullfillment(global::System.Int32 id, global::System.Int32 department, global::System.Int32 stationery, global::System.Int32 requested_quantity, global::System.Int32 fulfill_quantity, global::System.Int32 unfulfill_quantity)
 {
     RequisitionFullfillment requisitionFullfillment = new RequisitionFullfillment();
     requisitionFullfillment.id = id;
     requisitionFullfillment.department = department;
     requisitionFullfillment.stationery = stationery;
     requisitionFullfillment.requested_quantity = requested_quantity;
     requisitionFullfillment.fulfill_quantity = fulfill_quantity;
     requisitionFullfillment.unfulfill_quantity = unfulfill_quantity;
     return requisitionFullfillment;
 }