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