public IList <EntryOrderListDto> GetEntryOrderLists(int OrderType, int OrderState)
 {
     return(_orderServer.GetEntryOrderLists(OrderType, OrderState));
 }