private void loan_Click(object sender, EventArgs e) { loan fm = new loan(); fm.Owner = this; fm.Show(); }