public bool Update(GameAreaService entity)
 {
     throw new NotImplementedException();
 }
 public int Insert(GameAreaService entity)
 {
     throw new NotImplementedException();
 }