private void BtnCalendar_Click(object sender, EventArgs e) { Form FrmNewCalendar = new ZubosFrmCalendar(); FrmNewCalendar.Show(); }