public bool LikeEstado(string user, string nombre, int id)
 {
     return(instagramService.LikeEstado(user, nombre, id));
 }