private void showFront(FrontListItemViewModel front) { var view = new FrontView(front.ID); MainWindow.CreateNewTab(view, "[Front]" + front.Name); }