protected override string CreateThesis(Thesis thesis)
        {
            _formatter.CreateThesis();
            CreateBase(thesis);

            return(_formatter.GetRow());
        }