public static function listTables()
 {
     $om = new MySQLManager_ObjectsModel();
     return $om->books();
 }