I want to send my View Object to my ViewModel, How can i do that in WPF MVVM.
Note:
Actually what i am trying to do is.. I have a MainWindow for which i am not following MVVM and this MainWindow has a Canvas in which i place all my views which are UserControls. Now from a Particular View called Stock i want to add a UserControl "another View" to the Canvas children on a Button Click from Stock View