public void UpdateRange <T>(List <T> entitys) where T : class
 {
     dbcontext.UpdateRange(entitys);
 }