public ActionResult AddEditInvoice(InvoiceVm invoiceVm) { string isSaved = InvoiceHelper.AddEditInvoice(invoiceVm); return(Json(isSaved)); }