private void horarioProf_Click(object sender, EventArgs e) { HorariosProf form = new HorariosProf(); form.Show(); }