public object GetTransaction()
 {
     return((transactionTypeService == null) ? null : transactionTypeService.GetTransaction(id));
 }