public function getTree()
 {
     $domain = Domain::all();
     return $domain;
 }