public VerificationWindow() { InitializeComponent(); var vm = new VerificationVM(); DataContext = vm; }