new PayeesController(this.contentPanel);
} else if ("Budget".equalsIgnoreCase(command)) {
mainFrame.setTitle(GUIConstants.APPLICATION_NAME + " - Budget");
new BudgetController(this.contentPanel);
} else if ("About".equalsIgnoreCase(command)) {
new AboutController();
} else {
System.out.println( command );
}
}