public static function getTalentList()
 {
     $obj_retResult = DAL_manageTalent::getTalentList();
     return $obj_retResult;
 }