public void CleanAllData(EventsContext context) { context.RemoveRange(context.Events); context.SaveChanges(); }