/**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     // todo
 }
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->jobs = new ArrayCollection();
 }