public Product FindProduct(string BARCODE)
 {
     return(warehouse.FindProduct(BARCODE));
 }