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