public List <Registration> FindAll()
 {
     return(registrationRepository.FindAll());
 }