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