public JObject GetTableJson(FormCollection form) { JObject quotationOrders = InvoiceHelper.GetInvListJson(form); return(quotationOrders); }