public bool ProductImageExists(int id)
 {
     return(ProductImageRepository.ProductImageExists(id));
 }