public void CancelWorkShop(Workshop shop) { Debug.WriteLine ("Request to cancel workshop : ID = " + shop.WorkshopId); shop.Cancel (); }