/// <summary>
 /// Loads the Question.
 /// </summary>
 /// <param name="label">Label.</param>
 private void LoadData(Label label)
 {
     _canLoadNext = true;
     _canGoBack   = true;
     _tapLocked   = false;
     CommonPropertySetter.SetQuestionLabelText(label, _Questions.QDesc);
 }
 /// <summary>
 /// Loads the question.
 /// </summary>
 /// <param name="label">Question Label.</param>
 private void LoadData(Label label)
 {
     CommonPropertySetter.SetQuestionLabelText(label, _Questions.QDesc);
 }