@Override
public void actionPerformed(ActionEvent event) {
System.out.println(event.getActionCommand());
if (event.getActionCommand().equals("About")) {
new AboutWindow();
} else
if (event.getActionCommand().equals("Create")) {
if (db.exist()) {
try {
db.createTables();