private void calenderToolStripMenuItem_Click(object sender, EventArgs e) { Calander child = new Calander(this); child.Show(); }