public JsonResult DisplayPaper(int paperId)
 {
     return(Json(_databaseConnection.DisplayPaper(paperId), JsonRequestBehavior.AllowGet));
 }