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