public function getVisible()
 {
     return CustomerContact::where('hide', false)->with(['sources', 'customer_contacts'])->get();
 }