public async Task <IActionResult> Clear() { await _uploadService.ClearDatabaseAsync(); return(RedirectToAction(nameof(Index))); }