public IEnumerable <ToDoModel> Get()
 {
     return(_db.LoadRecords <ToDoModel>(ApplicationSettings.MongoToDoTable));
 }