public IActionResult ListByCategory(string id) { return(View(nameof(ListCategories), categorylogic.ListByCategory(id))); }