public List <JobViewModel> GetJobList()
 {
     return(_jobStore.GetJobList());
 }