public List <FiltroModel> listarLaboratorios(string term) { IFiltrosService service = new FiltroService(); return(DTOToModel.filtroModel(service.selLaboratorio(term)) ?? new List <FiltroModel>()); }