public override void Remove() { try { DbAdapterEF.WizaRemove(this); } catch (Exception ex) { log.Error(ex); throw ex; } }