public CustomImage Add(CustomImage customImage)
 {
     return(_customImageRepository.Add(customImage));
 }