public IActionResult Index()
 {
     return(View(PostsRepository.GetAllWithCategories()));
 }