/// <summary>
 /// Deprecated Method for adding a new object to the hs_hr_hsp_payment_request EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTohs_hr_hsp_payment_request(hs_hr_hsp_payment_request hs_hr_hsp_payment_request)
 {
     base.AddObject("hs_hr_hsp_payment_request", hs_hr_hsp_payment_request);
 }
 /// <summary>
 /// Create a new hs_hr_hsp_payment_request object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="hsp_id">Initial value of the hsp_id property.</param>
 /// <param name="employee_id">Initial value of the employee_id property.</param>
 /// <param name="date_incurred">Initial value of the date_incurred property.</param>
 /// <param name="expense_amount">Initial value of the expense_amount property.</param>
 public static hs_hr_hsp_payment_request Createhs_hr_hsp_payment_request(global::System.Int32 id, global::System.Int32 hsp_id, global::System.Int32 employee_id, global::System.DateTime date_incurred, global::System.Decimal expense_amount)
 {
     hs_hr_hsp_payment_request hs_hr_hsp_payment_request = new hs_hr_hsp_payment_request();
     hs_hr_hsp_payment_request.id = id;
     hs_hr_hsp_payment_request.hsp_id = hsp_id;
     hs_hr_hsp_payment_request.employee_id = employee_id;
     hs_hr_hsp_payment_request.date_incurred = date_incurred;
     hs_hr_hsp_payment_request.expense_amount = expense_amount;
     return hs_hr_hsp_payment_request;
 }