public Route GetRouteByCardPan(string theCardPan) { var route = _db.GetByCarPAN(theCardPan); return(route); }