namespace Elwig.Helpers {
    public enum ExportMode {
        Show, SaveList, SavePdf, Print, Email, Export, Upload
    }
}