using System; namespace SalesCatalog.Model { public class Note:Text { public override string ToHtml () { return string.Format("{0}",Val); } } }