public IEnumerable <ViewProduct> GetAllProductsBarcode()
 {
     return(_iInventoryGateway.GetAllProductsBarcode());
 }