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