public void AddBulck(List <Activity> items)
 {
     _context.BulkInsert(items);
 }