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