// GET api/Employees/GetAdmin public IEnumerable <Employee> GetAdmin() { List <Employee> adminList = docBL.getAdminUsers(); return(adminList); }