Create Multiple instances of an object in single page

Dec 20 2013 7:34 AM
I have a Template in WPF which loads an User Control on another WPF Window. I need to show two different views of same User Control in the same window using the same template. How can i achieve this?