public IEnumerable <Rit> GetAll()
 {
     return(ritDAO.GetAll());
 }