public bool PhieuNhap_Update(PhieuNhap inp) { try { return(PhieuNhap_bus.Update(inp)); } catch (Exception ex) { throw ex; } }