void UpdateChildrensPosition()
 {
     _upperRightChild.UpdatePosition();
     _lowerRightChild.UpdatePosition();
     _lowerLeftChild.UpdatePosition();
     _upperLeftChild.UpdatePosition();
 }