public void AddToQuestõesCategoria(QuestõesCategoriaValue questõesCategoriaValue)
 {
     base.AddObject("QuestõesCategoria", questõesCategoriaValue);
 }
 public static QuestõesCategoriaValue CreateQuestõesCategoriaValue(string value)
 {
     QuestõesCategoriaValue questõesCategoriaValue = new QuestõesCategoriaValue();
     questõesCategoriaValue.Value = value;
     return questõesCategoriaValue;
 }