function sync($id, $file)
 {
     $db_map = new db_mapping();
     $db_map->MAP_sync($id, $file, $this);
 }