public function __set($key, $value)
 {
     $this->model->setAttribute($key, $value);
 }