var userIdList = viewModel.UserIds.Split(",").Where(m => !string.IsNullOrEmpty(m)).ToList().ConvertAll(m => int.Parse(m));