public async Task <int> UpdateQuestion(Question question)
 {
     return(await _consultingRepository.UpdateQuestion(question));
 }