this.itens = itens;
}
public List<RelatoDeMelhoria> buscarRelatorio() {
if (tipoRelatorio == 1) {
itens = new RelatoriosDao().listarRmpsPorStatus(this.dataInicial, this.dataFinal);
this.renderRmps = true;
this.renderPlans = false;
} else {
if (tipoRelatorio == 2) {
this.renderRmps = false;