private void pictureBox2_Click(object sender, EventArgs e) { frmMensualidad mensualidad = new frmMensualidad(); mensualidad.Show(); }