public async Task <ActionResult> GetAllQuestionnaires(int id) { return(Ok(await _questionnaireService.GetQuestionnairesByPersonId(id))); }