public List <InputSectorCode> GetInputSectorCodes(string componentId) { List <InputSectorCode> inputSectorCodes = new List <InputSectorCode>(); inputSectorCodes = _ampRepository.GetInputSectors(componentId).ToList(); return(inputSectorCodes); }