public void Remover(int ID)
        {
            PedidoDatabase db = new PedidoDatabase();

            db.Remover(ID);
        }