public bool Delete(object IdPhieu)
 {
     return(TPhieuNhapxuatthuoc.Delete(IdPhieu) == 1);
 }