public void RotateLeft()
 {
     rotatable.RotateLeft((int)depth);
 }