public bool IsQuestionsAvalible() { var testQuestion = randomizer.GetRandomUnsuccessItem(); return(testQuestion != null); }