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