public ActionResult Commit(long OccupacyNumber)
        {
            PaymentClient PC = new PaymentClient();

            var model = PC.CommitBill(OccupacyNumber);

            ViewBag.model = model;


            return(View());
        }