public ActionResult Index()
        {
            List <Lanche> lanches = cardapio.ObterCardapioLanches().ToList();

            return(View(lanches));
        }