public async Task <ActionResult> Index() => View(await _dbContext.GetAllPostsAsync());