I want to develop a sqlite app with 1 Form and 3 layouts(Customers, Products, Sales) and 1 menu bar. My problem is that on each layout i must add 1 Menubar and it is very hard to update each menubar on every layout when its needed. Is a way to add the menuBar on Form and load the layouts below the menu bar? Thank you!