public bool Delete(object OrderNumber)
 {
     return(Hkont.Delete(OrderNumber) == 1);
 }