public function json()
 {
     $this->list = product::join('user');
     return parent::json();
 }