I'm developing WPF MVVM Application with the basic CRUD functionality. I use ListView that contains and show data for users. When I Add or Update some User ListVew is refreshing immediately, but after Delete command ListView is not refreshing. In that case I have to close application and run again to make refresh ListView.I'm developing WPF MVVM Application with the ba