public function addVlanInterface(\Entities\VlanInterface $vlanInterfaces)
 {
     $this->__load();
     return parent::addVlanInterface($vlanInterfaces);
 }