private function __construct()
 {
     set_exception_handler(array($this, '_exceptionHandler'));
     Loader::registerNamespace('Mvc', dirname(__FILE__) . DIRECTORY_SEPARATOR);
     Loader::registerAutoLoad();
     $this->_config = Config::getInstance();
 }