public int DeletePortfolioEntryOrders(int portfolioEntryId) =>
 _marketOrderRepository.DeletePortfolioEntryOrders(portfolioEntryId);