public List <REGIAO_DENTE> GetAllRegioes(Int32 idAss) { List <REGIAO_DENTE> lista = _baseService.GetAllRegioes(idAss); return(lista); }