private void DeleteChar(string team, string name) { var id = team + name; _mongo.Delete <NowCharacter>(id); }