public List <Orders> GetAllLocationOrdersPriceAsc(int locatoinId) { return(repo.GetAllLocationOrdersPriceAsc(locatoinId)); }