public void Add_Click()
        {
            AccountType AccountTypeView = new AccountType();

            AccountTypeView.Show();
        }