/// <summary>
 /// Deprecated Method for adding a new object to the hs_hr_unique_id EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTohs_hr_unique_id(hs_hr_unique_id hs_hr_unique_id)
 {
     base.AddObject("hs_hr_unique_id", hs_hr_unique_id);
 }
 /// <summary>
 /// Create a new hs_hr_unique_id object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="last_id">Initial value of the last_id property.</param>
 /// <param name="table_name">Initial value of the table_name property.</param>
 /// <param name="field_name">Initial value of the field_name property.</param>
 public static hs_hr_unique_id Createhs_hr_unique_id(global::System.Int32 id, global::System.Int64 last_id, global::System.String table_name, global::System.String field_name)
 {
     hs_hr_unique_id hs_hr_unique_id = new hs_hr_unique_id();
     hs_hr_unique_id.id = id;
     hs_hr_unique_id.last_id = last_id;
     hs_hr_unique_id.table_name = table_name;
     hs_hr_unique_id.field_name = field_name;
     return hs_hr_unique_id;
 }