/** * Created by leon on 1/10/18. */ public class MainApplication { public void main(){ Manager manager = new Manager(); manager.createInventory(); manager.recordInventory(); } }