public IEnumerable <Rit> GetAllByArrivalCity(int Id)
 {
     return(ritDAO.GetAllByArrivalCity(Id));
 }