public void Delete(CalendarEvent entity)
 {
     _calendarEventRepository.MakeTransient(entity);
 }