private void RecorrerListaParaAumentarPrecio(CItem i) { float precioActual = i.GetPrecio(); i.SetPrecio(precioActual + 1f); }