public IList <EmployeeDetail> ListEmployeeDetails()
 {
     return(_controller.ListEmployeeDetails());
 }