Which code creates a new object from the Employee class?
Employee currentEmployee = new Employee();
Employee currentEmployee = Employee.Create();
Employee currentEmployee = Employee.New();
Employee currentEmployee;