public IActionResult GetTopic()
 {
     return(Ok(repo.FirstAidTopic()));
 }