private void DetachOrders(global::LightSwitchApplication.Implementation.Order entity)
 {
     entity.Customer = null;
 }
 private bool FilterOrders(global::LightSwitchApplication.Implementation.Order entity)
 {
     return(global::System.Object.Equals(entity.Order_Customer, this.Id));
 }
 private void AttachOrders(global::LightSwitchApplication.Implementation.Order entity)
 {
     entity.Product = this;
 }