public IEnumerable <StopOrder> GetStopOrdersByIds(int[] ids) { return(_da.GetStopOrdersByIds(ids).ToList()); }