public IActionResult OnPostDelete(int id)
 {
     service.Remove(id);
     return(RedirectToPage("Index"));
 }