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