/// <summary>
 /// Deprecated Method for adding a new object to the HR_LKP_EductionType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_LKP_EductionType(HR_LKP_EductionType hR_LKP_EductionType)
 {
     base.AddObject("HR_LKP_EductionType", hR_LKP_EductionType);
 }
 /// <summary>
 /// Create a new HR_LKP_EductionType object.
 /// </summary>
 /// <param name="educationID">Initial value of the EducationID property.</param>
 /// <param name="educationShortCode">Initial value of the EducationShortCode property.</param>
 /// <param name="educationFullName">Initial value of the EducationFullName property.</param>
 public static HR_LKP_EductionType CreateHR_LKP_EductionType(global::System.Int32 educationID, global::System.String educationShortCode, global::System.String educationFullName)
 {
     HR_LKP_EductionType hR_LKP_EductionType = new HR_LKP_EductionType();
     hR_LKP_EductionType.EducationID = educationID;
     hR_LKP_EductionType.EducationShortCode = educationShortCode;
     hR_LKP_EductionType.EducationFullName = educationFullName;
     return hR_LKP_EductionType;
 }