/// <summary>
 /// Deprecated Method for adding a new object to the hs_hr_performance_review EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTohs_hr_performance_review(hs_hr_performance_review hs_hr_performance_review)
 {
     base.AddObject("hs_hr_performance_review", hs_hr_performance_review);
 }
 /// <summary>
 /// Create a new hs_hr_performance_review object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="employee_id">Initial value of the employee_id property.</param>
 /// <param name="reviewer_id">Initial value of the reviewer_id property.</param>
 /// <param name="job_title_code">Initial value of the job_title_code property.</param>
 /// <param name="creation_date">Initial value of the creation_date property.</param>
 /// <param name="period_from">Initial value of the period_from property.</param>
 /// <param name="period_to">Initial value of the period_to property.</param>
 /// <param name="due_date">Initial value of the due_date property.</param>
 public static hs_hr_performance_review Createhs_hr_performance_review(global::System.Int32 id, global::System.Int32 employee_id, global::System.Int32 reviewer_id, global::System.String job_title_code, global::System.DateTime creation_date, global::System.DateTime period_from, global::System.DateTime period_to, global::System.DateTime due_date)
 {
     hs_hr_performance_review hs_hr_performance_review = new hs_hr_performance_review();
     hs_hr_performance_review.id = id;
     hs_hr_performance_review.employee_id = employee_id;
     hs_hr_performance_review.reviewer_id = reviewer_id;
     hs_hr_performance_review.job_title_code = job_title_code;
     hs_hr_performance_review.creation_date = creation_date;
     hs_hr_performance_review.period_from = period_from;
     hs_hr_performance_review.period_to = period_to;
     hs_hr_performance_review.due_date = due_date;
     return hs_hr_performance_review;
 }