NSSortDescriptor* sortByA = [NSSortDescriptorsortDescriptorWithKey:@"cityStartLetter"ascending:YES];
[self.cityListsortUsingDescriptors:[NSArrayarrayWithObject:sortByA]];
NSSortDescriptor* sortByA = [NSSortDescriptorsortDescriptorWithKey:@"cityStartLetter"ascending:YES];
[self.cityListsortUsingDescriptors:[NSArrayarrayWithObject:sortByA]];