private void UpdateChannelsForService(Guid serviceId, IList <Guid> serviceChannels) { try { // Add the services for service channel serviceService.AddChannelsForService(serviceId, serviceChannels, false, UserName); } catch (Exception) { // TODO } }