public function reset()
 {
     $_POST = array();
     $_GET = array();
     $_GET['h'] = 'Murphy';
     Session::clearUserVariables();
 }