/**
  * List last recode of each all tables of list
  */
 public function getList()
 {
     $dataView = Prj02Catalog::getData();
     return view('pages.default.show')->withData($dataView);
 }