public bool HasTag(TagModel tag) => RinDB.HasTag(id, tag.id);
public ImageModel AddTag(TagModel tag) { RinDB.AddTag(id, tag.id); return(this); }