public function removeNote(\Entities\CustomerNote $notes)
 {
     $this->__load();
     return parent::removeNote($notes);
 }