private void btnDisplayFormat_Click(object sender, EventArgs e) { DisplayFormat objDisplayFormat = new DisplayFormat(); objDisplayFormat.Show(); }