public static bool DeleteOccasionVacation(int id)
 {
     return(OccasionVacationsRepositories.DeleteOccasionVacation(id));
 }