public EnteredDragDropZone(DragDropReceiver zone)
 {
     Zone = zone;
 }
 public ExitedDragDropZone(DragDropReceiver zone)
 {
     Zone = zone;
 }