public List <RouteCollection> GetRouteCollection()
        {
            List <RouteCollection> lstRouteCollection = objCashDesk.GetRouteCollection();

            lstRouteCollection.Insert(0, GetNoneItemRouteCollection());
            return(lstRouteCollection);
        }