/**
  * Default constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->hydrator = new Hydrator($this);
 }