public List <Customer> GetAllCustomers(Customer Customer)
 {
     return(target.GetAllCustomers(Customer));
 }