public Dictionary <int, string> CarregarBebidas()
 {
     return(_pedido.CarregarBebidas());
 }