public static tDebtorGroup GetDebtorGroupById(string debtorGroupId)
 {
     try
     {
         return(AccountingDataProvider.GetDebtorGroupById(debtorGroupId));
     }
     catch (Exception exception)
     {
         throw new Exception(exception.Message);
     }
 }