// Remove Last Button Ends public void Btn_Show_Click(object sender, EventArgs e) { Summary sm = new Summary(this); sm.ShowDialog(); }