public ClickSquareCommand(SquareVM vm) { _viewModel = vm; }
public ClickRightCommand(SquareVM vm) { _viewModel = vm; }
public CycleCommand(SquareVM playablePuzzleSquareViewModel) { vm = playablePuzzleSquareViewModel; canExcecute = true; }