public IActionResult GetErrors()
 {
     return(Json(ProgressManager.GetErrors()));
 }