public MovableGrid RotateRight()
 {
     return(new MovableGrid(Representation.RotateRight(), X, Y));
 }