public function __construct($id = '')
 {
     $this->rolesClass = 'Api\\Model\\Scriptureforge\\Sfchecks\\SfchecksRoles';
     $this->appName = SfProjectModel::SFCHECKS_APP;
     // This must be last, the constructor reads data in from the database which must overwrite the defaults above.
     parent::__construct($id);
 }