public IActionResult getVacationsForDisplay()
 {
     return(Ok(vacationRepository.GetVacationDisplay()));
 }