public CustomerView() { // Required to initialize variables InitializeComponent(); DataContext = new ViewModels.VMCustomer(); }