// GET api/values/5 public IEnumerable <Employee> GetEmployeesList() { return(bl.GetEmployeeList()); }