public IEnumerable <New> GetHotNew(int top) { return(_newRepository.GetHotNew().OrderByDescending(x => x.CreatedDate).Take(top)); }