private void button3_Click(object sender, EventArgs e) { MovieInfo mInfo = new MovieInfo(this); mInfo.Show(); }