public List <string> Buscar(string user, string busqueda)
 {
     return(instagramService.Buscar(user, busqueda));
 }