public void UpdateTodo(ToDoModel todo)
 {
     _db.UpsertRecord(ApplicationSettings.MongoToDoTable, todo.Id, todo);
 }