Just wondering how I can call the function 'SetAsShipped' in: Presentation\Nop.Web\Administration\Controllers\OrderController.cs from a .cshtml file (/Administration/Order/List.cshtml)

I want to pass an order id to it so it updates the order for me and sends the email etc.

Many thanks,

Dave