public List <Customer> GetAll()
 {
     return(db.GetAll());
 }