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