public List <Consumer> FindAll()
 {
     return(consumerRepository.FindAll());
 }