def getAllCountiesToSearch():
  c_db = CountiesDB()
  counties = map(lambda c : c["county"], c_db.getAllCounties())
  return counties