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