function __construct()
 {
     parent::__construct();
     $this->userRoles = new ArrayCollection();
     $this->posts = new ArrayCollection();
 }
 function __construct()
 {
     parent::__construct();
     $this->roles = new ArrayCollection();
 }