public void BulkInsert <T>(IList <T> entities) where T : class
 {
     dbProvider.BulkInsert <T>(entities);
 }