public void AddVacation(Doctor doctor, Vacation newVacation)
 {
     _doctorService.AddVacation(doctor, newVacation);
 }