private void SelectAll()
 {
     SelectionTool.Select(Enumerable.Range(0, dominoTransfer.length).ToList(), true);
 }