public void DarTodasDeBaja(Ccuenta_corriente obj) { Cdatos_operaciones.DarDeBajas(obj); obj.Creditos.Clear(); obj.Debitos.Clear(); obj.Saldo = 0; }