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