public WaitingState(DrawRPS context, SquareImage mySelection)
 {
     this.context     = context;
     this.mySelection = mySelection;
 }
 public ChoosingState(DrawRPS context)
 {
     this.context = context;
 }