public PromotionalContent Update(PromotionalContent entity)
 {
     throw new NotImplementedException();
 }
 public void Delete(PromotionalContent entity)
 {
     throw new NotImplementedException();
 }