public bool Delete(int id)
 {
     return(_orderServer.DelOrderInfo(id));
 }