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