private void btnDatabaseConnection_Click(object sender, EventArgs e) { SQL_Connection connectionForm = new SQL_Connection(); connectionForm.ShowConnectionWindow(mySQLConnection); }