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