private function __construct()
 {
     \Frame\Loader::registerAutoLoad();
     \Frame\Loader::registerNamespace('Frame', dirname(__FILE__) . DIRECTORY_SEPARATOR);
     $this->_config = \Frame\Config::getInstance();
     $this->_controller = \Frame\FrontController::getInstance();
 }