public IList <Paper> GetPaperByPaperId(int PaperId) { IList <Paper> paperList = dal.GetPaperByPaperId(PaperId); return(paperList); }