public static OccasionVacation GetOccasionVacationById(int id)
 {
     return(OccasionVacationsRepositories.GetOccasionVacationById(id));
 }