//The follow functions have same comments as commented in AbstractDBProvider public virtual bool AddExaminTemplate(ExaminTemplateModel model) { return(dbProvider.AddExaminTemplate(model)); }