public function setUser(User $user)
 {
     $this->user = $user;
     $this->user->addTweet($this);
 }