public List <SP_GetAllCarrier_Result> GetAllCarrier() { var query = Context1.SP_GetAllCarrier().OrderBy(x => x.Carrier).ToList(); return(query); }