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