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