public BuyAndHoldSpinOffController(IBhService bhService,
                                    IBhSpinOffDtoMap bhSpinOffDtoMap,
                                    IBuyAndHoldService buyAndHoldService,
                                     ISecurityService securityService,
                                     ITransactionTypeService transactionTypeService)
 {
     _bhService = bhService;
     _bhSpinOffDtoMap = bhSpinOffDtoMap;
     _buyAndHoldService = buyAndHoldService;
     _securityService = securityService;
     _transactionTypeService = transactionTypeService;
 }
 public BuyAndHoldSplitController(IBhService bhService, IBhSplitDtoMap bhSplitDtoMap)
 {
     _bhService = bhService;
     _bhSplitDtoMap = bhSplitDtoMap;
 }