public IActionResult EditEmployee(Employee emp) { string edtemp = employeeBAL.EditEmployee(emp); return(Ok(edtemp)); }