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