public string OfertaParametro(string parametro)
 {
     Negocio.Listas lista = new Negocio.Listas();
     return(lista.oferta(parametro));
 }