private void EmptyBoxes()
 {
     blueBox.EmptyBox();
     redBox.EmptyBox();
     greenBox.EmptyBox();
 }