public ActionResult GetPrinterAll()
        {
            var data = _orderService.GetPrinterAll();

            return(Json(data, JsonRequestBehavior.AllowGet));
        }