public IHttpActionResult GetAllEmployees() { EmployeeAction emp = new EmployeeAction(); return(Ok(emp.getAllEmployee())); }