public function showBooks() { $this->loadTemplate(); $controller = new BookController(); $controller->showBooks(); }