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