/// <summary>
 /// Create a new JobTitle object.
 /// </summary>
 /// <param name="jobID">Initial value of the JobID property.</param>
 public static JobTitle CreateJobTitle(global::System.Int16 jobID)
 {
     JobTitle jobTitle = new JobTitle();
     jobTitle.JobID = jobID;
     return jobTitle;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the JobTitles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToJobTitles(JobTitle jobTitle)
 {
     base.AddObject("JobTitles", jobTitle);
 }