public function logout()
 {
     SC::removeAllCookies();
     header('Location: ' . URL);
 }