public BoardResult RotateCounterClockwise()
 {
     return(new BoardResult(Board.RotateCounterClockwise(), Movements.RotateCounterClockwise()));
 }