public void BulkUpdate(List <EntityProduct> Productos) { var objRepository = new RepositoryProduct(); objRepository.BulkUpdate(Productos); }