public void UpdateIsDeleted(int questionId)
        {
            MultipleChoiceQuestion m = new MultipleChoiceQuestion();

            m.UpdateIsDeleted(questionId);
        }