/// <summary>
 /// Get the customers for this player
 /// </summary>
 /// <returns>List of all customer orders</returns>
 internal List <CustomerOrder> GetCustomers()
 {
     return(_customerHandler.GetAllOrders());
 }