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