I have a View that uses a specific ViewModel.
The viewModel has various object e.g. Foo, Bar...etc
I have a user control that has its own ViewModel which contains a Foo object.
How do pass the Foo object from the page View to the usercontrols ViewModel?