public IEnumerable <SharesEntity> Get()
        {
            SharesService sharesService = new SharesService(db);

            return(sharesService.Get());
        }