public Emp(sharedUI UI) { ui = UI; id = "employerTabs"; recType = "employer"; ListTab = new ListTab(recType); CreateTab = new CreateTab(recType); }