public void GuardarCambiar(string user, string nombre, int id)
 {
     instagramService.GuardarCambiar(user, nombre, id);
 }