public ObjectResult <spView_WebTemplate_ARVGetAll_Custom1_Result> GetOrderCustom(string order_no) { try { return(context.spView_WebTemplate_ARVGetAll_Custom1(null, null, order_no)); } catch (Exception x) { throw (x); } }