// GET api/Documents/Get public IEnumerable <Document> Get() { List <Document> docList = docBL.getAllDocuments(); return(docList); }