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