public async Task <IActionResult> DeleteConfirmed(int id) { await _logManager.DeleteAsync(id); return(RedirectToAction(nameof(Index))); }