public IActionResult Index() { var homeViewModel = new HomeViewModel { ShowAllTweets = _tweetRepo.GeAllTweets() }; return(View(homeViewModel)); }