public static void DispatchDragStop(IDraggable draggableComponent)
 {
     draggableComponent.OnDragStop();
 }