private void Logout(object sender, EventArgs e)
 {
     if (!tweetController.Logout())
     {
         return;
     }
     StartActivity(typeof(MainActivity));
 }