public IActionResult Show(int id) =>
 View(new CategoryContext(CategoryRepository.Get(id), TopicRepository.GetByCategoryId(id)));