public static IEnumerable <tAccountingYear> GetAllAccountingYears()
 {
     try
     {
         return(AccountingDataProvider.GetAllAccountingYear());
     }
     catch (Exception exception)
     {
         throw new Exception(exception.Message);
     }
 }