function Section(id, jlabel, menus){
this.id = id;
this.jlabel = jlabel;
this.menus = menus;
}