public DataTable FillLabel(string selectedProduct)
 {
     return(_purchaseRepository.FillLabel(selectedProduct));
 }