public void Dispose() { if (DA != null) { DA = null; } }
public BLFormatoEgreso() { DA = new DAFormatoEgreso(); }