// enter the meal button private void EnterMealButton(object sender, EventArgs e) { Meal mealData = (Meal)sender; _descriptionTextBox.Text = mealData.Description; }