private void UpdateOperationInList(Operation previous, Operation actual) { _storeData.RemoveOperation(previous); _storeData.AddOperation(actual); }