//General function to DROP schemas and columns and ADD columns to existing tables as well private void modifyDBBtn_Click(object sender, EventArgs e) { ModifyDB modify = new ModifyDB(); modify.Show(); }