public EmployeeDetail GetEmployeeDetail(int id)
 {
     return(_controller.GetEmployeeDetail(id));
 }