private void OnBlackboardModeBtnClicked(object sender, EventArgs args)
 {
     MainRecognizerWindow.CreateBlackboardWidget();
     NextStage();
 }