public function logout()
 {
     $model = new userModel();
     $model->logoutSession();
 }