public void WaitingWorkShop(Workshop shop) { Debug.WriteLine ("Request to waiting workshop : ID = " + shop.WorkshopId); shop.AddToWaitingList (); }