public function addCustomerEquipment(\Entities\CustomerEquipment $customerEquipment)
 {
     $this->__load();
     return parent::addCustomerEquipment($customerEquipment);
 }