void Rotate(bool clockWize)
 {
     parent.DoRotate(this, clockWize);
 }