public List <TweetModel> GetAllTweets()
 {
     return(_tweetRepository.FindAll());
 }