public IActionResult GetTerms()
 {
     return(Json(_terms.AsEnumerable()));
 }