public Product Get(int id)
        {
            var data = ProductVM.get(UnitOfWork, id);

            return(data);
        }