public function handleDelete($uid)
 {
     $this->mediaManager->deleteById($uid);
     $this->redrawControl('gridMediaFiles');
 }