public void CambiarEstado(string user, string nombre)
 {
     instagramService.SeguirCambiar(user, nombre);
 }