public Customer GetCustomer(int id)
 {
     return(api.GetCustomer(id));
 }