public void CreateTodo(ToDoModel todo)
 {
     _db.InsertRecord(ApplicationSettings.MongoToDoTable, todo);
 }