public function removeShowlist()
 {
     if ($this->_source['profileTable']->load($this->_showlistTable->image_source_profile_id)) {
         $this->_source['profileTable']->delete();
     }
     parent::removeShowlist();
 }