private void btn_Add_Click(object sender, EventArgs e) { frm_Add_Patient new_ptn = new frm_Add_Patient(); new_ptn.ShowDialog(); }