public static function remove_adventure($id)
 {
     DAL::removeAdventure($id);
 }