public void DeleteToDo(ToDoModel todo)
 {
     _db.DeleteRecord <ToDoModel>(ApplicationSettings.MongoToDoTable, todo.Id);
 }