public IEnumerable <Note> GetHotNote(int top) { var hotnote = inote.Gethotnote(top); return(hotnote); }