public void RestarExistencia() { foreach (var Linea in LineasDeVenta) { Linea.RestarExistencia(); } }