public function addPort(\Entities\SwitchPort $ports)
 {
     $this->__load();
     return parent::addPort($ports);
 }