public IList <TemplateInfo> GetTemplateListByModel(string model) { return(EmailTemplateService.GetTemplateNameListByModel(model)); }