public ToDoModel GetSingle(Guid id)
 {
     return(_db.LoadRecordById <ToDoModel>(ApplicationSettings.MongoToDoTable, id));
 }