Return true if region is valid
static bool isValidRegion(int region) { return region > 0 && region < 1000; }