public long AddProductToInventory(string productName, int quantity) { return(DataFacade.AddProductToInventory(productName, quantity)); }