/// <summary>
 /// Deprecated Method for adding a new object to the HR_LKP_JobTitle EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_LKP_JobTitle(HR_LKP_JobTitle hR_LKP_JobTitle)
 {
     base.AddObject("HR_LKP_JobTitle", hR_LKP_JobTitle);
 }
 /// <summary>
 /// Create a new HR_LKP_JobTitle object.
 /// </summary>
 /// <param name="jobID">Initial value of the JobID property.</param>
 /// <param name="jobTitle">Initial value of the JobTitle property.</param>
 /// <param name="jobRole">Initial value of the JobRole property.</param>
 /// <param name="jobDescription">Initial value of the JobDescription property.</param>
 /// <param name="salaryGradeCode">Initial value of the SalaryGradeCode property.</param>
 public static HR_LKP_JobTitle CreateHR_LKP_JobTitle(global::System.Int32 jobID, global::System.String jobTitle, global::System.String jobRole, global::System.String jobDescription, global::System.Int32 salaryGradeCode)
 {
     HR_LKP_JobTitle hR_LKP_JobTitle = new HR_LKP_JobTitle();
     hR_LKP_JobTitle.JobID = jobID;
     hR_LKP_JobTitle.JobTitle = jobTitle;
     hR_LKP_JobTitle.JobRole = jobRole;
     hR_LKP_JobTitle.JobDescription = jobDescription;
     hR_LKP_JobTitle.SalaryGradeCode = salaryGradeCode;
     return hR_LKP_JobTitle;
 }