protected List <string> GetColors(string model) { if (handSets == null) { InitializeDataStruct(); } return(handSets.GetModelColors(model)); }