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