public void ShiftDrawing(DrawingItem item)
 {
     item.MoveByStep(-_center.X, -_center.Y);
 }