* @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
*/
public void actionPerformed(final ActionEvent arg0) {
menuBarBuilder.openFrame(new OverviewView<UserType, UserTypeModel>(
new UserTypeViewHandler(menuBarBuilder.getUserType(),userTypeManager)));
}