public void Update(Order entity)
 {
     throw new NotImplementedException();
 }
 public void Insert(Order entity)
 {
     throw new NotImplementedException();
 }