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