private void GetAlarmWorxInfo() { AlarmWorxEntry modalWindow = new AlarmWorxEntry(); modalWindow.DataContext = this; modalWindow.ShowDialog(); }