public async Task <bool> CheckExists(int id)
 {
     return(await _colorCodeRepository.CheckExists(id));
 }