public IEnumerable <ClassLibrary1.Models.Document> GetDocuments()
 {
     return(_queryDispatcher.DispatchGenericQuery <Document>());
 }