public List <string> GetLocationNames() { List <string> locationNames = _repository.GetLocationDistinctNames(); return(locationNames); }