public void UpdateInventory(Product product, int selectBinId) { inventoryRepo.AddNewProduct(product, selectBinId); }