public async Task <QuestionType> GetQuestionTypeById(int id)
 {
     return(await _consultingRepository.GetQuestionTypeById(id));
 }