public async Task <IActionResult> DeleteConfirmed(Guid id) { await _repository.DeleteDonorAsync(id); return(RedirectToAction(nameof(Index))); }