private function parseUrl()
 {
     $url = isset($_GET['url']) ? $_GET['url'] : '';
     $router = new Router();
     $this->route = $router->getRouteArray($url);
 }