public WaitCommandControl(WaitCommand waitCommand) { InitializeComponent(); DataContext = waitCommand; }