/**
  * @param Entity $Entity
  */
 public function __construct(Entity $Entity)
 {
     return parent::__construct($Entity);
 }