public IEnumerable <FinanceEntity> GetFinances(int timeFinances) { return(_guideRepository.Find(x => x.RegularMarketTime > timeFinances)); }