/// <summary>
 /// Deprecated Method for adding a new object to the JobsDes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToJobsDes(JobsDe jobsDe)
 {
     base.AddObject("JobsDes", jobsDe);
 }
 /// <summary>
 /// Create a new JobsDe object.
 /// </summary>
 /// <param name="jobID">Initial value of the JobID property.</param>
 /// <param name="jobTitle">Initial value of the JobTitle property.</param>
 /// <param name="jobCategory">Initial value of the JobCategory property.</param>
 /// <param name="jobRank">Initial value of the JobRank property.</param>
 public static JobsDe CreateJobsDe(global::System.Int32 jobID, global::System.String jobTitle, global::System.String jobCategory, global::System.Int32 jobRank)
 {
     JobsDe jobsDe = new JobsDe();
     jobsDe.JobID = jobID;
     jobsDe.JobTitle = jobTitle;
     jobsDe.JobCategory = jobCategory;
     jobsDe.JobRank = jobRank;
     return jobsDe;
 }