public void DragDropWindowRemove()
 {
     if (DragDropWindow != null)
     {
         DragDropWindow.Close();
         DragDropWindow = null;
     }
 }