public List <MarketOrder> GetPortfolioEntryOrders(int portfolioEntryId) =>
 _marketOrderRepository.GetAllByPortfolioEntryId(portfolioEntryId);