} //end profile add vacation button private void RemoveVacationButton_Click(object sender, EventArgs e) { profile.RemoveVacation(tempVac); profile.ListVacations(vacationsGrid); } //end profile remove vacation button