/// <summary>
 /// Create a new HR_Emp_EducationDocs object.
 /// </summary>
 /// <param name="educationDocID">Initial value of the EducationDocID property.</param>
 /// <param name="certificatePath">Initial value of the CertificatePath property.</param>
 /// <param name="markSheetPath">Initial value of the MarkSheetPath property.</param>
 /// <param name="diplomaCertificatePath">Initial value of the DiplomaCertificatePath property.</param>
 public static HR_Emp_EducationDocs CreateHR_Emp_EducationDocs(global::System.Int32 educationDocID, global::System.String certificatePath, global::System.String markSheetPath, global::System.String diplomaCertificatePath)
 {
     HR_Emp_EducationDocs hR_Emp_EducationDocs = new HR_Emp_EducationDocs();
     hR_Emp_EducationDocs.EducationDocID = educationDocID;
     hR_Emp_EducationDocs.CertificatePath = certificatePath;
     hR_Emp_EducationDocs.MarkSheetPath = markSheetPath;
     hR_Emp_EducationDocs.DiplomaCertificatePath = diplomaCertificatePath;
     return hR_Emp_EducationDocs;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_Emp_EducationDocs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_Emp_EducationDocs(HR_Emp_EducationDocs hR_Emp_EducationDocs)
 {
     base.AddObject("HR_Emp_EducationDocs", hR_Emp_EducationDocs);
 }