private void btnViewTable_Click(object sender, EventArgs e) { Forms.Tables tables = new Forms.Tables(gridList); tables.ShowDialog(); }