public RedirectToRouteResult DeleteErrorLog(int id)
 {
     _errorLogService.DeleteError(id);
     return(RedirectToAction("ErrorLog"));
 }