public void AddTweet(Tweet tweet)
 {
     repo.CreateTweet(tweet);
 }