public IList <Paper> GetTopPapers() { IList <Paper> paperList = dal.GetTopPapers(); return(paperList); }