public IHttpActionResult SaveReceiving(OrderModel ob) { string str = obj.SaveReceiving(ob); return(Ok(str)); }