public function __construct($term)
 {
     $this->term = $term;
     $this->features = ApplicationFeature::getFeatures();
 }