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