PLANS:
FORMS MENU (NOT FINISHED)
To create new inventory menu, you should do this:
InventoryMenu menu = new InventoryMenu();
Every menu has a category. It is made to avoid bilion times changing menu content;
To create new category, you can simply do this:
InventoryCategory category =...