public IActionResult RecordAnswer(int id) { int SectionId = allAnswers.AddVoteToAnswer(id); return(Redirect($"~/Section/Section/{SectionId}")); }