public async Task <int> AddPredefinedAnswer(string txt)
 {
     return(await _questionManager.CreatePredefinedAnswer(txt));
 }