public Employee getEmployee(int empid) {
   return employeeDao.getEmployee(empid);
 }