public void StopDragging()
 {
     this.draggedItem.beingDragged = false;
     this.draggedItem = null;
     grid.ClearSelectedCells();
 }