public bool AgregarTag(Tag p_tag) { int c = QTA.Insert_Tag(p_tag.NOMBRE, p_tag.ICONO); if (c > 0) { return(true); } else { return(false); } }