/// <summary>
 /// Deprecated Method for adding a new object to the JobStatusValues EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToJobStatusValues(JobStatusValue jobStatusValue)
 {
     base.AddObject("JobStatusValues", jobStatusValue);
 }
 /// <summary>
 /// Create a new JobStatusValue object.
 /// </summary>
 /// <param name="jobStatusValueID">Initial value of the JobStatusValueID property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 public static JobStatusValue CreateJobStatusValue(global::System.String jobStatusValueID, global::System.String description)
 {
     JobStatusValue jobStatusValue = new JobStatusValue();
     jobStatusValue.JobStatusValueID = jobStatusValueID;
     jobStatusValue.Description = description;
     return jobStatusValue;
 }