public List <ProductImage> GetAllProductImages()
 {
     return(_productImageRepository.GetAllProductImages().ToList());
 }