public MasterInventoryView() { InitializeComponent(); var vm = new MasterInventoryVM(); DataContext = vm; }