public int GetBillByTableID(int id, int status)/*Lấy bill bằng Mã thẻ */ { return(billDAL.GetUncheckBillIdbyTableID(id, status)); }