private void ShowButtonClick(object sender, EventArgs e) { string script = File.ReadAllText("../../RequestAll.sql"); new DataViewForm(DBConnector.GetDataSet(script).Tables[0]).Show(this); }