public ResultValue AddEditEmployeeFactory(EmployeeEntity employeeEntity) { return(employeeService.AddEditEmployeeById(employeeEntity)); }