public int Add(TModel model) { return(_dbContext.Insert(model.GetTableName(), model.ToSqlParameter())); }