public function removeChangeLog(\Entities\ChangeLog $changeLogs)
 {
     $this->__load();
     return parent::removeChangeLog($changeLogs);
 }