public function removeContact(\Entities\Contact $contacts)
 {
     $this->__load();
     return parent::removeContact($contacts);
 }