public IEnumerable <CustomImage> GetAll()
 {
     return(_customImageRepository.GetAll());
 }