// GET: InvoiceCancel
 public ActionResult InvoiceCancel()
 {
     ViewBag.CancelType = LoadDropDown.LoadCancelType();
     return(View());
 }