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