public void AddTagToPoi(int PoiId, int TagId, string UserName) { repoPoi.AddTag(PoiId, TagId, UserName); }