public void CompareGroups()
 {
     if (_compare != null)
     {
         _compare.CompareGroups(_group1Idents[0], _group2Idents[0], _dataTypes);                 // TODO: Make this use the groupings
     }
 }