public IEnumerable <Document> GetAllDocument()
 {
     return(_ServicesDocument.GetAllAsync());
 }