// GET: Bebida

        public BebidaController()
        {
            repository = new BebidaRepository();
        }