private void OpenKnowalls() { KnowallViewModel vm = new KnowallViewModel(); KnowallView v = new KnowallView { DataContext = vm }; v.Show(); }