public void AgregarTransaccion() { var nuevaTransaccion = new Transaccion(); _contexto.Transacciones.Add(nuevaTransaccion); }