public bool AddList(List <TEntity> entities)
 {
     return(service.AddList(entities));
 }