public bool Delete(ICustomer customer)
 {
     return(CustomerAccessFacade.Delete(customer));
 }