public bool PhieuNhap_Delete(string mapn) { try { return(PhieuNhap_bus.Delete(mapn)); } catch (Exception ex) { throw ex; } }