public List <view_pedido> Listar()
        {
            PedidoDatabase db = new PedidoDatabase();

            return(db.Listar());
        }