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