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