function account_import($remote_account_id)
 {
     $db_map = new db_mapping();
     $db_map->MAP_account_import($remote_account_id, $this);
 }