public void Visitar(HotDog food) { total = food.Valor; }
public void Visitar(HotDog food) { hotDog.Add(food); }