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