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