function logout($account_id)
 {
     $db_map_misc = new dbmapping_misc();
     $db_map_misc->MAP_account_logout($account_id, $this);
 }