public async Task<ActionResult> Delete(Guid id) { await _booksRepo.Delete(id); return RedirectToAction(nameof(Index)); }