public Employee findEmployeeBySsn(String ssn) {
   return dao.findEmployeeBySsn(ssn);
 }