public List <Customer> AllInfo()
 {
     return(dataAccess.AllInfo());
 }