/// <summary>
 /// Deprecated Method for adding a new object to the JobsArs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToJobsArs(JobsAr jobsAr)
 {
     base.AddObject("JobsArs", jobsAr);
 }
 /// <summary>
 /// Create a new JobsAr 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 JobsAr CreateJobsAr(global::System.Int32 jobID, global::System.String jobTitle, global::System.String jobCategory, global::System.Int32 jobRank)
 {
     JobsAr jobsAr = new JobsAr();
     jobsAr.JobID = jobID;
     jobsAr.JobTitle = jobTitle;
     jobsAr.JobCategory = jobCategory;
     jobsAr.JobRank = jobRank;
     return jobsAr;
 }