searchers = $searchers; } public function execute() { // Iterate through searchers and check if they are valid by comparing to Mapper's data. // If at least one searcher does not exist throw exception. // Searchers can be a mapper too, the key is the order number and the value is the object. // The object should contain the searcher name, other info, like the user input. } }