private void DbViewButton_Click(object sender, EventArgs e) { DbViewForm f = new DbViewForm(); f.ShowDialog(); }