//Get Flight Deals public static List <NewDeal> GetFlightDealsFriAndSat() { return(FlightRepository.GetFlightDealsFridayAndSaturday()); }