public JsonResult GetJobProgress(string job_id)
 {
     return(Json(ProgressManager.GetJobPercentProgress(job_id), JsonRequestBehavior.AllowGet));
 }