/// <summary>
 /// Returns a query for all the AppointmentInfo objects.
 /// </summary>
 public static ObjectQuery <AppointmentInfo> GetAppointments()
 {
     return(ProviderObject.GetAppointmentsInternal());
 }