public function __construct($object = null, $options = array(), $CSRFSecret = null)
 {
     if (isset($options['community'])) {
         $this->community = $options['community'];
         unset($options['community']);
     }
     return parent::__construct($object, $options, $CSRFSecret);
 }