public void DeleteProductImage(long ProductId,long ImageId) { this.DeleteImage("products", ProductId, ImageId); }