/// <summary>
 /// Deprecated Method for adding a new object to the ReicptOutCsts EntitySet.
 /// </summary>
 public void AddToReicptOutCsts(ReicptOutCst reicptOutCst)
 {
     base.AddObject("ReicptOutCsts", reicptOutCst);
 }
 /// <summary>
 /// Create a new ReicptOutCst object.
 /// </summary>
 /// <param name="receiptOutId">Initial value of ReceiptOutId.</param>
 /// <param name="departmentId">Initial value of DepartmentId.</param>
 /// <param name="costType">Initial value of CostType.</param>
 public static ReicptOutCst CreateReicptOutCst(long receiptOutId, long departmentId, long costType)
 {
     ReicptOutCst reicptOutCst = new ReicptOutCst();
     reicptOutCst.ReceiptOutId = receiptOutId;
     reicptOutCst.DepartmentId = departmentId;
     reicptOutCst.CostType = costType;
     return reicptOutCst;
 }