public SistemaHwTO(bool conbd) { try { this._dao = new SistemaHwDAO(); } catch (Exception ex) { throw ex; } }