/// <summary>
 /// Deprecated Method for adding a new object to the hs_hr_pay_period EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTohs_hr_pay_period(hs_hr_pay_period hs_hr_pay_period)
 {
     base.AddObject("hs_hr_pay_period", hs_hr_pay_period);
 }
 /// <summary>
 /// Create a new hs_hr_pay_period object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="start_date">Initial value of the start_date property.</param>
 /// <param name="end_date">Initial value of the end_date property.</param>
 /// <param name="close_date">Initial value of the close_date property.</param>
 /// <param name="check_date">Initial value of the check_date property.</param>
 /// <param name="timesheet_aproval_due_date">Initial value of the timesheet_aproval_due_date property.</param>
 public static hs_hr_pay_period Createhs_hr_pay_period(global::System.Int32 id, global::System.DateTime start_date, global::System.DateTime end_date, global::System.DateTime close_date, global::System.DateTime check_date, global::System.DateTime timesheet_aproval_due_date)
 {
     hs_hr_pay_period hs_hr_pay_period = new hs_hr_pay_period();
     hs_hr_pay_period.id = id;
     hs_hr_pay_period.start_date = start_date;
     hs_hr_pay_period.end_date = end_date;
     hs_hr_pay_period.close_date = close_date;
     hs_hr_pay_period.check_date = check_date;
     hs_hr_pay_period.timesheet_aproval_due_date = timesheet_aproval_due_date;
     return hs_hr_pay_period;
 }