private void DoEffect(System.Windows.Forms.Control c)
 {
     c.DoDragDrop(c, System.Windows.Forms.DragDropEffects.Copy);
 }