public Orders.Order GetOrderById(int id) { return(_nopService.GetOrder(id)); }
public void GetOrder(int id) { _nopService.GetOrder(id); }