public async Task <IActionResult> ConfirmDelete(int id)
        {
            await _menu.Delete(id);

            return(Redirect("/"));
        }