public function isExistSession()
 {
     echo Session::isExist('hello');
 }