public bool SiguiendoEstado(string user, string nombre)
 {
     return(instagramService.SeguirEstado(user, nombre));
 }