public void Reset()
 {
     RowFormations.Clear();
     ColumnFormations.Clear();
     AllFormations.Clear();
     AllClearedBlocks.Clear();
 }
 public void SortLists()
 {
     AllFormations.Sort(SortFormations);
     AllClearedBlocks.Sort(SortBlocks);
 }