public void CheckUnchekedBoxResultInTextDoesntStartWithLoremIpsum(string start)
        {
            BusinessLogicLayer BLL = new BusinessLogicLayer();

            BLL.GenerateWithUncheckedBox();
            BLL.CheckFirstParagraphDoesntStartWith(start);
        }