public Task <IReadOnlyCollection <Document> > GetAll()
 {
     return(_documentRepository.GetAll());
 }