private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { ChartOfAccounts ca = new ChartOfAccounts(); ca.ShowDialog(); }