public string FiltrarOferta(string json)
 {
     Negocio.Listas lista = new Negocio.Listas();
     return(lista.filtrar(json));
 }