public RegisterDescription(string name, RegisterGroup group, int i) { Name = name; Group = group; Index = i; Group.Count++; }