public string GetUpdateJobProgress(Guid updateJobGuid)
 {
     return(BatchJobHelperService.GetJobProgress(updateJobGuid));
 }