public void Delete(EventPromotion deleteEventPromotion)
 {
     throw new NotImplementedException();
 }
 public EventPromotion Add(EventPromotion newEventPromotion)
 {
     db.Add(newEventPromotion);
     return(newEventPromotion);
 }