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