public virtual List <tbt_Invoice> GetInvoiceOfChangeDate(string contractCode, string billingOCC, Nullable <System.DateTime> changeFeeDate)
        {
            BLDataEntities context = new BLDataEntities();

            return(context.GetInvoiceOfChangeDate(contractCode, billingOCC, changeFeeDate).ToList());
        }