private void RefreshAppointments()
 {
     AppointmentService.Save();
     FillAllAppointments();
     FillCurrentAppointments();
 }