private void listBox2_SelectedIndexChanged(object sender, EventArgs e) { selectedCita = (CitaDTO)listBox2.SelectedItem; }