public TypeaheadMasterOption DataSetTemplates(TypeaheadMasterTemplate template)
 {
     Attributes["dataset_templates"] = template.RenderOptions();
     return(this);
 }
 public TypeaheadMasterDataSet Display(TypeaheadMasterTemplate template)
 {
     Attributes["templates"] = template.RenderOptions();
     return(this);
 }