public ActionResult Delete(int id)
 {
     return(Json(loanService.ArchiveLoan(id, CurrentUserName)));
 }