private void customerTableButton_Click(object sender, EventArgs e)
        {
            CustomerTable aCustomerTable = new CustomerTable();

            aCustomerTable.Show();
            this.Hide();
        }