public void Insert(TweetsCollection tweetsCollection)
 {
     _tweetsContext.Set <TweetsCollection>().Add(tweetsCollection);
 }