public static ListaDoble Buscar(String buscado) { buscado = buscado.ToLower(); Todas.LimiteBusqueda = 3; return(Todas.BuscarSimilares(buscado)); }