public void AddAppointmentToAppointmentList(Appointment newAppointment)
 {
     _repository.AddAppointmentToAppointmentList(newAppointment);
 }