public async Task <IActionResult> OnPostDelete() { await _restaurant.DeleteAsync(ID.Value); return(RedirectToPage("/Index")); }