public MainWindow() { DataContext = new vm_Profile(); InitializeComponent(); }
public ProfileOwner() { DataContext = new vm_Profile(); InitializeComponent(); }