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