/** Creates new form MainMenu */
 public MainMenuForm() {
   initComponents();
   tax = new TaxDatabase();
   tax.getConnection();
   tax.getData();
   tax.getCustomerData();
 }