public void DeleteInputSectorCodes(List <InputSectorCode> inputSectorCodes)
 {
     _ampRepository.DeleteSectors(inputSectorCodes);
 }