public List <Supplier> ComboBoxSupplierList()
 {
     return(_purchaseRepository.ComboBoxSupplierList());
 }