/* search for a certain name on the staff */ list<string>::iterator it = find(staff.begin(), staff.end(), name);