public void AddImageCenter(string htmlpath, string imagePath, string path)
 {
     HTMLHelper.AddQuickImageCenter(htmlpath, imagePath, this, path);
 }