private void Carga_L1() { L1.Clear(); foreach (object item in ListDetExc.Items) { L1.Items.Add(Funciones.DameNomDet(item.ToString())); } }