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