private void tsbGasten_Click(object sender, EventArgs e) { Gasten gastenForm = new Gasten(); gastenForm.ShowDialog(this); }