public void UpdateLuckyDraw(A20150120_LuckyDraw entity)
 {
     this.Update <A20150120_LuckyDraw>(entity);
 }
 public void AddLuckyDraw(A20150120_LuckyDraw entity)
 {
     this.Add <A20150120_LuckyDraw>(entity);
 }