public function setCustomer(\Entities\Customer $customer = NULL)
 {
     $this->__load();
     return parent::setCustomer($customer);
 }