public IEnumerable <HtmlTextInfo> GetAllHtmlText()
 {
     return(repository.GetAll());
 }