function getAllowedProjects($plugin)
 {
     return $this->plugin_factory->getProjectsByPluginId($plugin);
 }