public MainTag(WordInf word)
 {
     this.word = new WordInf(word.Word, word.WordSpeechPart, word.WordGender, word.IsSingleDigit, word.IsPositiveMeaning);
 }
 public ChildEntity(WordInf word)
 {
     this.word = word;
 }