Inheritance: BaseModel
 public void Update(Tags model)
 {
     Execute(SqlUpdateCommand, model);
 }
 public void Insert(Tags model)
 {
     Execute(SqlInsertCommand, model);
 }