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