Before doing anything, fetch and pull from Github
1. All controllers except Login should have following function and route it to view page.
- index (to index.php)
- search (to index.php)
- create (to new.php)
- view (to view.php)
- edit (to edit.php)
- update (to index.php by redirect)
Except Login Controller, implement TourSysControllerInterface