public InputGrid() {
     list = new InputGridEntryList();
     groups = new List<GameObject>();
 }
 public InputGrid()
 {
     list   = new InputGridEntryList();
     groups = new List <GameObject>();
 }