if (checkListTranslation == null)
                {
                    checkListTranslation =
                        await db.CheckListTranslations.FirstAsync(x => x.CheckListId == checkList.Id);
                    language = await db.Languages.FirstAsync(x => x.Id == checkListTranslation.LanguageId);