public IActionResult CreateEmployee(Employee emp) { string addemp = employeeBAL.CreateEmployee(emp); return(Ok(addemp)); }