public ActionResult Index()
 {
     return(View(documentManager.GetList()));
 }