public ProductService(IProductManage productManage, IUnitOfWork unitOfWork) { _unitOfWork = unitOfWork; }