public JsonResult UpdatePaper(int paperId, string active, string password)
 {
     return(Json(_databaseConnection.UpdatePaper(paperId, active, password), JsonRequestBehavior.AllowGet));
 }