public ListAllJobsController(IListAllJobsService service)
 {
     this.service = service;
 }