public MainWindow() { InitializeComponent(); model = new PeersViewModel(this); this.DataContext = model; }