public List <Adicional> Pesquisar(string texto)
 {
     return(dao.Pesquisar(texto));
 }