public bool ChangeCustomer(CustomerDAO customer)
 {
     return(data.ChangeCustomer(CustomerMapper.MapToCustomer(customer)));
 }