public function __construct(\AppBundle\Entity\Contract $contract)
 {
     $this->id = $contract->getId();
 }