In this step, you will change the surname of an employee and save the changes. The instance list will not reflect the change because the filter does not know about the change event.
The By Location and By Date filters for the Employee business object are no longer required, so you can delete them before this step (if you have completed the Windows tutorials, you will already have removed them from your Framework design).

In the following steps, you will use the signal method in the Details command handler to notify the Employees filter that an employee has changed. You will then add code to update the instance list.