public function getAll()
 {
     $restrictedDomains = RestrictedDomain::all();
     return $restrictedDomains;
 }