/**
  * Instantiate the model and the view.
  */
 public function __construct()
 {
     $this->tweet = Tweet::getInstance();
     $this->view = TweetFeeds::getInstance();
 }