I\'m newbie in MVVM design pattern, and I have these viewmodels :
MVVM
ClassAViewModel
public class ClassAViewModel : INotifyPro
A messenger service is a solution. MVVM Light Toolkit has an implementation of this. What you can do with it, is listen to a specific type of message in your viewmodel and handle it through the messenger. http://www.mvvmlight.net/