public int?Insert <TEntity>(TEntity param) where TEntity : class, new() { return(_ormProvider.Insert(param)); }