/// <summary>
 /// Invokes the 'AppendEmployee' method of the specified <see cref="Employee"/> entity.
 /// </summary>
 /// <param name="employee">The <see cref="Employee"/> entity instance.</param>
 public void AppendEmployee(Employee employee)
 {
     employee.AppendEmployee();
 }