protected static string FormatForDisplayInt(string period)
 {
     return(string.IsNullOrEmpty(period) ? null : FiscalPeriodUtils.PeriodInYear(period) + FiscalPeriodUtils.FiscalYear(period));
 }