/// <summary>
 /// Loads the data provided in the custom CSV template into a DataTable
 /// </summary>
 /// <returns></returns>
 public DataTable CustomGetDataFromCsv()
 {
     return(CsvReader.CustomReadDataFromCSV());
 }