public int UpdateObject(TemplatesModel obj) { throw new NotImplementedException(); }
public int AddObject(TemplatesModel obj) { return db.Insert(obj) == true ? 1 : 0; }