public function start()
 {
     $router = new FrontController();
     $router->parse();
 }