public List <Tour> Tour_GetByTop(string Top, string Where, string Order) { return(obj.Tour_GetByTop(Top, Where, Order)); }