public string GetCellValueFromLogTable(int rowIndex, string columnName)
 {
     return(LogTable.GetLogReportCellValue(rowIndex, columnName));
 }