public function logout()
 {
     $session = new Session();
     return $session->stopSession();
 }