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

            BLL.GoToGenerateLoremIpsumPage();
            BLL.CheckFirstParagraphStartsWith(start);
        }