public object ItemToDrag()
 {
     if (FDraggable != null)
     {
         return(FDraggable.ItemToDrag());
     }
     return(FIdItem);
 }