public void StarStatus(string id, bool starred) { db_.UpdateBoardField <bool>(id, "Starred", starred); }