public Employee GetEmployee(int empId)
 {
     return(_controller.GetEmployee(empId));
 }