public List <Product> GetAllProduct()
 {
     return(_purchaseRepository.GetAllProduct());
 }