public bool Delete()
        {
            partyService.Clear();
            tableService.Clear();

            return(true);
        }