public CustomImage GetById(int id)
 {
     return(_customImageRepository.GetSingleById(id));
 }