public void UpdateTags(string CallTags, IList <lm.Comol.Modules.CallForPapers.Advanced.dto.dtoTag> Tags) { if (UserContext.isAnonymous) { View.DisplaySessionTimeout(); return; } bool updated = CallService.CallTagUpdate(View.IdCall, CallTags, Tags); if (updated) { InitView(); } }