public void Update(CustomImage customImage)
 {
     _customImageRepository.Update(customImage);
 }