public ProductDetail GetProductDetailById(int id) { return(iRepositoryProduct.GetProductDetailById(id)); }