public static int DeleteDebtorGroup(tDebtorGroup debtorGroup)
 {
     try
     {
         return(AccountingDataProvider.DeleteDebtorGroup(debtorGroup));
     }
     catch (Exception exception)
     {
         throw new Exception(exception.Message);
     }
 }