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