private void btn_create_Click(object sender, EventArgs e) { CRUDForm crud = new CRUDForm( ); crud.ShowDialog( ); crud.Dispose( ); crud.Close( ); }