public PropertiesView() { InitializeComponent(); var viewModel = new PropertiesViewModel(); DataContext = viewModel; }