public void UpdateCurrentCustomer(Customer customer)
 {
     _datasource.UpdateCustomer(customer);
     customer = null;
 }