public static Event exploreTalent(Employee e) {
   e.getTalented();
   return Event.EXPLORE_THE_EMPLOYEE_HAVING_TALENT;
 }