public IActionResult OnPost(int id) { _footerService.DeleteFooter(id); return(RedirectToPage("Index")); }