/**
  * Get profiles
  *
  * @return array array of skill profiles
  */
 function getProfiles()
 {
     include_once "./Services/Skill/classes/class.ilSkillProfile.php";
     return ilSkillProfile::getProfiles();
 }