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