public IEnumerable <Regiao> Query(string terms)
 {
     return(_regiaoRepository.Query(terms));
 }