public boolean tryChange(Object newItem) {
if(isDirty()) {
return false;
}
try {
ClientReceptionMode mode = (ClientReceptionMode) newItem;
if (mode == null) {
return false;
}
prevoiseReceptions.removeListSelectionListener(prevReceptionProcess);
List<SheduleReceptionData> recs = scr.selector(mode);