private void logoutUser() {
   UserServer.logoutLocalUser();
   this.finish();
 }