public static function logout()
 {
     Session::destroy();
 }