public DataTable RetornarVenda(int iIDHistorico) { relatorioBLL BRelatorio = new relatorioBLL(); return(BRelatorio.RetornarVenda(iIDHistorico)); }