public IDocumentRepository GetDocumentRepository()
 {
     return(DocumentRepositorySQLServer.GetInstance());
 }