public function __construct($data = null)
 {
     parent::__construct(is_null($data) ? $this->data() : $data);
 }