public Quiz() { InitializeComponent(); //_count++; var stBll = new StudentBll(); _list = stBll.GetQuestionsList(); ShowQuestion(); }