public static int DeleteAccountingYear(tAccountingYear tAccountingYear)
 {
     try
     {
         return(AccountingDataProvider.DeleteAccountingYear(tAccountingYear));
     }
     catch (Exception exception)
     {
         throw new Exception(exception.Message);
     }
 }