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