public IQueryable <ShareWithPrice> GetSharesWithPrice(int traderId)
 {
     return(sharesRepository.GetSharesWithPrice(traderId));
 }