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