public VacationOpportunityController(IVacationOpportunityService vacationOpportunity)
 {
     _vacationOpportunity = vacationOpportunity;
 }