public IQueryable <Estado> ObterEstadosClassificadosPorNome()
 {
     return(estadoDAL.ObterEstadosClassificadosPorNome());
 }