public void DeleteAppointment(Appointment appointment)
 {
     _repository.DeleteAppointment(appointment);
 }