public void AddAppointment(Day day, Appointment appointment) { day.AddAppointment(appointment); store.AddAppointment(appointment); }