private void Select_All_Button_Click(object sender, RoutedEventArgs e)
 {
     MealOptionsBox.Focus();
     MealOptionsBox.SelectAll();
 }