/// <summary>
 /// Deprecated Method for adding a new object to the HR_Emp_RelatedDocs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_Emp_RelatedDocs(HR_Emp_RelatedDocs hR_Emp_RelatedDocs)
 {
     base.AddObject("HR_Emp_RelatedDocs", hR_Emp_RelatedDocs);
 }
 /// <summary>
 /// Create a new HR_Emp_RelatedDocs object.
 /// </summary>
 /// <param name="employeeNumber">Initial value of the EmployeeNumber property.</param>
 /// <param name="picPath">Initial value of the PicPath property.</param>
 /// <param name="resumePath">Initial value of the ResumePath property.</param>
 /// <param name="picName">Initial value of the PicName property.</param>
 /// <param name="resumeName">Initial value of the ResumeName property.</param>
 /// <param name="resumeHeadLine">Initial value of the ResumeHeadLine property.</param>
 /// <param name="lastUpdateDate">Initial value of the LastUpdateDate property.</param>
 /// <param name="licensePicPath">Initial value of the LicensePicPath property.</param>
 /// <param name="employeeFolderName">Initial value of the EmployeeFolderName property.</param>
 /// <param name="panCarPicPath">Initial value of the PanCarPicPath property.</param>
 /// <param name="passportPicPath">Initial value of the PassportPicPath property.</param>
 public static HR_Emp_RelatedDocs CreateHR_Emp_RelatedDocs(global::System.Int32 employeeNumber, global::System.String picPath, global::System.String resumePath, global::System.String picName, global::System.String resumeName, global::System.String resumeHeadLine, global::System.DateTime lastUpdateDate, global::System.String licensePicPath, global::System.String employeeFolderName, global::System.String panCarPicPath, global::System.String passportPicPath)
 {
     HR_Emp_RelatedDocs hR_Emp_RelatedDocs = new HR_Emp_RelatedDocs();
     hR_Emp_RelatedDocs.EmployeeNumber = employeeNumber;
     hR_Emp_RelatedDocs.PicPath = picPath;
     hR_Emp_RelatedDocs.ResumePath = resumePath;
     hR_Emp_RelatedDocs.PicName = picName;
     hR_Emp_RelatedDocs.ResumeName = resumeName;
     hR_Emp_RelatedDocs.ResumeHeadLine = resumeHeadLine;
     hR_Emp_RelatedDocs.LastUpdateDate = lastUpdateDate;
     hR_Emp_RelatedDocs.LicensePicPath = licensePicPath;
     hR_Emp_RelatedDocs.EmployeeFolderName = employeeFolderName;
     hR_Emp_RelatedDocs.PanCarPicPath = panCarPicPath;
     hR_Emp_RelatedDocs.PassportPicPath = passportPicPath;
     return hR_Emp_RelatedDocs;
 }