public Tuple <List <BsonDocument>, int> GetReport() { IMongoCollection <BsonDocument> collection = new MongoDbContext().UnitReceiptNote; List <BsonDocument> ListData = collection.Aggregate().ToList(); return(Tuple.Create(ListData, ListData.Count)); }