private void ProfileBtn_Click(object sender, EventArgs e) { Profile_frm profile = new Profile_frm(); profile.ShowDialog(); }