function execute()
 {
     $model = new connectionUserModel();
     $model->logout();
     Request::redirect('/');
     exit;
 }