/// <summary>
 /// Create a new JobJobStatus object.
 /// </summary>
 /// <param name="jobID">Initial value of the JobID property.</param>
 /// <param name="userID">Initial value of the UserID property.</param>
 /// <param name="jobStatusID">Initial value of the JobStatusID property.</param>
 /// <param name="changedOn">Initial value of the ChangedOn property.</param>
 public static JobJobStatus CreateJobJobStatus(global::System.Int32 jobID, global::System.Guid userID, global::System.Int32 jobStatusID, global::System.DateTime changedOn)
 {
     JobJobStatus jobJobStatus = new JobJobStatus();
     jobJobStatus.JobID = jobID;
     jobJobStatus.UserID = userID;
     jobJobStatus.JobStatusID = jobStatusID;
     jobJobStatus.ChangedOn = changedOn;
     return jobJobStatus;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the JobJobStatus1 EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToJobJobStatus1(JobJobStatus jobJobStatus)
 {
     base.AddObject("JobJobStatus1", jobJobStatus);
 }