public void ExportPdf_Executed(object sender) { ItextObjectExport.ExportSelfInvoicesPdf(_contoData.SelfInvoiceGetByCashFlow(((CashFlowGridRow)sender).Id)); }