public Product FindProductByBarcode(String barcode)
 {
     ProductBL bl = new ProductBL();
     return bl.GetProductByBarcode(barcode);
 }