protected void addBottomNavigation(IModel<XmlSection> mSection, boolean teacher) {
add (ISIApplication.get().getBottomNavigation("pageNavPanelBottom", mSection, teacher));
}
protected void addSectionCompleteToggle(ISIXmlSection section) {
add(new StudentSectionCompleteTogglePanel("toggleCompletePanel", mSection, mTargetUser));
}